Skip To Content

Kevin Weatherman's Blog

Software Internals, Thoughts on Security, and Reverse Engineering

Menu
  • Home
  • 2019
Uncategorized
March 6, 2019January 31, 2022admin

.Net: Access to internal CLR methods

Messing around with Unity mono hooks I ran into an issue calling[MethodImpl(MethodImplOptions.InternalCall)] declared methods. If you haven’t encountered these before, they are references to unmanaged native (read C/C++ binary) methods.Similar to how you might use one like this with “DLLImport”:

Read More
© 2010-2022 Kevin Weatherman