An experimental ImHex plugin for partial qb script recompilation
Please, keep in mind that not every instruction is supported yet!
Check USAGE.md for examples and installation tutorial
If you have any suggestions, contact me on discord: @hardronix
Building a plugin works similarly to building ImHex. Make sure you have all dependencies installed that are necessary to build ImHex itself. Afterwards simply use cmake in the top level of this repository to build libimhex and the plugin. Consult the ImHex README.md for a more in-depth guide on how to compile ImHex using cmake.
In the realm of thug 1, there exist certain scripts, that resist decompilation, causing frustrating rifts. But fear not, for ImHexQb arrives with its light, shining brightly, illuminating even the darkest night!
ImHexQb possesses a unique talent and skill, partial decompilation is its power to fulfill. It takes those stubborn script instructions in its hold, and translates them into syntax, human-friendly and bold
Once the understanding is achieved and complete, ImHexQb does more to make the process neat. With its magic touch, it compiles the code back, restoring the instruction set in the same place, on track!~
Well, while it works mostly with Tony Hawk's Underground 1 and Tony Hawk's Underground 2, support for all classic THPS titles will be added later :3
Almost everything, except for:
- Random
- Random range
- Goto
- At
- New Instruction
- Equals (assignment)
- Equals (comparison)
- Less Than
- Less Than Or Equals
- More Than
- More Than Or Equals
- Struct / Struct End
- Array / Array End
- Long Integer
- Float Integer
- String
- Vector
- Pair
- Function
- End Function
- ArgStack / Global
- AllArgs / isNull
- Checksum
- Dot
- Comma
- Minus
- Plus
- Multiply
- Divide
- Switch
- Case
- Default
- End Switch