Skip to content

Andromeda1957/REhelper-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REhelper-V2

REhelper rewritten in C++

This tool is designed to help with doing reverse engineering tasks.
For example this program comes with tools that will help you do the job.

[REhelper

Debug options This tool can be used at a target to help you test your own reversing tools this can be done by using the debug options. For example if you are creating a disassembler you can use --address to make sure that your disassembler is correctly resolving the address of functions. Or you can use --ptrace if you are not sure if your application will get detected by it. You can use --break if your are building a debugger to make sure that it handles break points correctly. Of course these are just examples of what you can do with them.

Either compile manually or use the install script.

Install

bash install.sh
OR
chmod +x install.sh && ./install.sh

About

REhelper rewritten in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages