Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PseudoObfuscator

A Golang tool for function name randomisation.

Project compilation & usage

Clone the project

  git clone https://github.com/githubesson/pseudo-obfuscator

Go to the project directory

  cd pseudo-obfuscator

Build the project

  go build obfuscator

Input all of your project functions into 'functions_to_rename.txt'

  ...

Run the compiled binary

  obfuscator.exe /path/to/project/

After it's done obfuscating, you can compile your project as you regularly would.

FAQ

Why would I even use this?

This tool might be useful if you need to generate new builds of the same software somewhat regularly. It helps with evading file crosschecking. Also it comes in handy with ghidra binary inspection evasion.

Contact

If you have any questions/need help with this project dm me on discord @ esson.

License

MIT

About

golang pseudoobfuscator

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages