secREtary icon indicating copy to clipboard operation
secREtary copied to clipboard

The Reverse Engineering Assistant of your dreams

Results 4 secREtary issues
Sort by recently updated
recently updated
newest added

Basic ptrace patcher - [ ] Find out all the ptrace calls in a binary (with TRACE_ME) - [ ] Write a simple test program - [ ] Find ideal...

enhancement

Function call tracer - [ ] Iterate through the entire program and get details on all the function calls - [ ] Get function arguments for each call - [...

enhancement

Basic syscall tracer module for our project. - [x] Hook syscalls and log them - [x] Store the address of the syscall - [x] Get the arguments (hopefully by getting...

enhancement