Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutate function #1

Open
scuzyx opened this issue Jan 7, 2022 · 1 comment
Open

mutate function #1

scuzyx opened this issue Jan 7, 2022 · 1 comment

Comments

@scuzyx
Copy link

scuzyx commented Jan 7, 2022

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.

@jchoi2022
Copy link
Collaborator

Hi,

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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants