Skip to content

0nyr/x-deobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deobfuscate code

Need to deobfuscate the code given by some malicious teacher ? Here is a tool to help you so.

run command

  1. Copy/paste the code insideinput/Main.java
  2. Runpython3 x-deobfuscator.py
  3. You cleaned code is insideinput/Main.java.

Notes

Useful links

unicode finder

GitHub Pages

css

css grid guide

css flexbox guide

Potential characters

  • invisible separator U+2063
  • invisible plus U+2064
  • invisible times U+2062

Used characters

  • U+200D : ZERO WIDTH JOINER [ZWJ]
  • U+2002 : EN SPACE {nut}
  • U+2003 : EM SPACE {mutton}

About

A simple tool to deobfuscate code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published