Skip to content

jeeberrr/Fridalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fridalyzer

A pre-analysis program good for all of your reverse enginering needs

Test video/how to use

This is a program to start a reverse engineering project, dumping modules and their exports, symbols, threads, and memory ranges.

Usage:

python fridalyzer.py pid -d (optional for full dump of memory)

What it does:

This dumps to a folder named by the program name and process id, which then dumps a Modules.txt containing the modules and exports, Threads.txt containing the thread data, Symbols.txt containing the symbol data, and MemoryRegions.txt containing memory region data. There will also be a folder called Dumps if you use the -d option with individual files named by the memory region address, which will have hexadecimal data dumps of those memory regions.

Happy hacking!

About

A pre-analysis program good for all of your reverse enginering needs

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors