Hide Call Protection
Obscure and hide method calls, internal and external.
Last updated
Obscure and hide method calls, internal and external.
Last updated
Another thing that might reveal your sensitive code and how your program works is the Call Flow Graph of your application. The Call Flow of your program allow the hacker to trace the program flow trough all the methods in the classes.
NETGuard engines will replace called method by proxy methods, and those proxy methods will be hidden and kept safe from lurking eyes using non-documented opcodes.
Targets : Methods and Functions
Strength : ⭐⭐⭐
This protection will prevent any static analysis and trace tools from working because it replace the opcode used by decompilers to trace the code