šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github.com/githubesson/pseudo-obfuscator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/githubesson/pseudo-obfuscator

v0.0.0-20230920231402-361ca0594b99
Source
Go
Version published
Created
Source

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

FAQs

Package last updated on 20 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts