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

FunctionWrapper

Zhang edited this page Dec 12, 2018 · 1 revision

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