You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
Experimental FunctionWrapper creates dummy functions that wrapps around the actual function call.
For example a call to foo(1) is converted to DummyA(1)->DummyB(1)->DummyC(1)->foo(1)
Options
-enable-funcwra
Enable FunctionWrapper
-fw_prob
Choose the probability [%] For Each CallSite To Be Obfuscated By FunctionWrapper
-fw_times
Choose how many time the FunctionWrapper pass loop on a CallSite