Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.22 KB

File metadata and controls

41 lines (27 loc) · 1.22 KB

deGremlin

A tool to decrypt and patch strings obfuscated with Appfuscator. Tested on Gremlin Stealer.

Clown

USAGE


       __          ______                              __    _
      |  ]       .' ___  |                            [  |  (_)
  .--.| | .---. / .'   \_| _ .--.  .---.  _ .--..--.   | |  __   _ .--.
/ /'`\' |/ /__\\| |   ____[ `/'`\]/ /__\\[ `.-. .-. |  | | [  | [ `.-. |
| \__/  || \__.,\ `.___]  || |    | \__., | | | | | |  | |  | |  | | | |
 '.__.;__]'.__.' `._____.'[___]    '.__.'[___||__||__][___][___][___||__]
                                                                        P.S: little bit Appfuscator

Usage:
degremlin.exe [filepath] [method_token_in_hex]

Example

IT DOES

  • Patch most obfuscated strings
  • Simplify Addition, Subtraction, Multiplication and XOR mixed boolean arithmetic
  • Eliminate sizeof's
  • Eliminate EmptyType

TO-DO

  • Patch terneary operator
  • Replace variables by their values
  • Cover more patterns