MagicArt Posted June 11, 2017 Share Posted June 11, 2017 How to call method using OpCodes.Calli ? Link to comment
cawk Posted June 11, 2017 Share Posted June 11, 2017 Calli uses its function pointer to call a function look at appfuscator or netguard they store all function pointers in a field then use thesefor the calli instruction Link to comment
MagicArt Posted June 11, 2017 Author Share Posted June 11, 2017 How to get function pointer ? 5 hours ago, cawk said: Calli uses its function pointer to call a function look at appfuscator or netguard they store all function pointers in a field then use thesefor the calli instruction Link to comment
cawk Posted June 11, 2017 Share Posted June 11, 2017 Look how netguard or appfuscator does it 1 Link to comment
MagicArt Posted June 28, 2017 Author Share Posted June 28, 2017 I created but i dont know how to get mdtoken for MethodBase.ResolveMethod. I use (MemberRef).MDToken.ToInt32() but this not work. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now