Interceptor.attach(Module.findExportByName(null, 'foo'), {
onEnter: function (args) {
console.log('foo called with argument: ', args[0]);
var value = Memory.readPointer(args[0]);
value = value + 1;
Memory.writePointer(args[0], value);
}
});
-
Notifications
You must be signed in to change notification settings - Fork 0
maulvialf/frida-cheatsheet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Frida cheatsheet for my self
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published