synnkfps / byte-reducer

reduces bytes to get "obfuscated" strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

byte reducer

reduces bytes to get "obfuscated" strings

how it works

gets the hexadecimal bytes of a string, reduces it by 1 (e.g: 5e turns into 4d) and then convert to string again

limitations

  • some strings can be only reduced 4 times, due to reducing logic. (will be fixed soon)
  • to reduce more than 1 time you have to run the program more than 1 time

About

reduces bytes to get "obfuscated" strings

License:GNU General Public License v3.0


Languages

Language:Python 100.0%