Coder Social home page Coder Social logo

hwdeobfuscatorwv's Introduction

Happy Wars deobfuscator by Warranty Voider

this tool helps to revert the obfuscation applied to functions in the game Happy Wars

about the obfuscation:

  • asm blocks are split up and inbetween single jmps are inserted
  • asm blocks are scattered randomly throughout binary
  • ends of asm blocks have their control flow obfuscated
  • maybe more

this tool does (in this order, depending on config.json):

  • find process ID by name
  • gets handle to it
  • starts scanning asm blocks at start address
  • reconstructs the control flow graph
  • cleans it, replaces obfuscations
  • rebuilds asm blocks to one binary blob
  • injects it to new memory in process
  • replaces original function with jmp to new function

after this, you can dump it from memory, insert in IDA Pro or Ghidra and let it decompile

NOTICE: this script was only a first attempt, its far from done!!! its just a codebase for other projects like this :)

hwdeobfuscatorwv's People

Contributors

zerokilo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

godkudocs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.