a simple JSDefender deobfuscator that I made with love ❤️
This project is designed to facilitate malware analysis and reverse engineering. It has been developed in JavaScript with NodeJS and has been built with love
- Clone the project:
git clone https://github.com/0v41n/JSDefender-Deobfuscator.git
- Go to the project directory:
cd JSDefender-Deobfuscator
- Installing dependencies :
npm install
- Run the project :
node deobfuscator.js -i input_file.js -o output_file.js
Contributions are welcome! Follow these steps to contribute to this project:
- Fork the project.
- Create a branch:
git checkout -b feature/NewFeature
. - Make the necessary changes and commit:
git commit -am 'Add new feature'
. - Push to branch:
git push origin feature/NewFeature
- Submit a pull request.
This project is licensed under the MIT licence. See the LICENSE file for more details.
Yvain Ramora - [email protected]
Project created with ❤️