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
hey guys,i have a question that how do you use mutation functions to mutate.i just see the function definition but i just dont see where you use it.i have search the function name in the whole directory.Please help me.Thanks a lot.
The text was updated successfully, but these errors were encountered:
First, MutateArg() function in Mutate.cpp file is responsible for mutating a single system call argument. This function is called by the hooker function for each system call, and such hooker functions are automatically generated by our DLLAnalysis module. For the detailed usage of this module, please refer to the Step 1 and Step 2 of our README. When you open GeneralHooker_*.cpp file generated by the DLLAnalysis module, you will find hooker functions that internally call MutateArg().
hey guys,i have a question that how do you use mutation functions to mutate.i just see the function definition but i just dont see where you use it.i have search the function name in the whole directory.Please help me.Thanks a lot.
The text was updated successfully, but these errors were encountered: