Skip to content

LucasSaragosa/ExecutableDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ExecutableDump

Small program to dump all (null terminated) strings inside an executable for windows (or any file.)

How to use this program

Simply start the program using the command line arguments explained below, or don't use any and write them in when the program starts.

Usage: exedump.exe -i "input file" -o "output file" [-v / -crc / -r]

-c : Flag to dump the CRCs with it (lowercased version)
-v : Flag to be verbose
-r : Dump only the classes and structs (RTTI deciphers), experimental!
-i : Specify the input file (max 200 characters)
-o : Specify the output file (max 200 characters)
-a : Only dump alpha numerical strings

About

Small program to dump all strings inside an executable for windows (or any file.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages