Skip to content

a simple JSDefender deobfuscator that I made with love ❤

License

Notifications You must be signed in to change notification settings

0v41n/JSDefender-Deobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSDefender Deobfuscator

Version License PRs Welcome

a simple JSDefender deobfuscator that I made with love ❤️

⚠ this project is intended to be used only in a secure environment ⚠

Table of contents

About

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

Pictures

picture

Installation

  • Clone the project: git clone https://github.com/0v41n/JSDefender-Deobfuscator.git
  • Go to the project directory: cd JSDefender-Deobfuscator
  • Installing dependencies : npm install

Usage

  • Run the project : node deobfuscator.js -i input_file.js -o output_file.js

Contribute

Contributions are welcome! Follow these steps to contribute to this project:

  1. Fork the project.
  2. Create a branch: git checkout -b feature/NewFeature.
  3. Make the necessary changes and commit: git commit -am 'Add new feature'.
  4. Push to branch: git push origin feature/NewFeature
  5. Submit a pull request.

License

This project is licensed under the MIT licence. See the LICENSE file for more details.

Contact

Yvain Ramora - [email protected]

Project created with ❤️

Releases

No releases published

Packages

No packages published