Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Add function for getting libdexfile.so
Browse files Browse the repository at this point in the history
Summary: Add function for opening libdexfile.so

Reviewed By: wsanville

Differential Revision: D34864536

fbshipit-source-id: 4dfc57533fefa3c298ef399db664ff55ab43392a
  • Loading branch information
danjin250 authored and facebook-github-bot committed Mar 22, 2022
1 parent 0bed230 commit a27e4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/dalvik/internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ struct SymbolSpec {

void* open_libdvm();
void* open_libart();
void* open_libdexfile();
void* open_libc();

/**
Expand Down

0 comments on commit a27e4c0

Please sign in to comment.