issues
search
SamboyCoding
/
Cpp2IL
Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.71k
stars
200
forks
source link
x86: Setle, Setge instruction. Extend support for Mulss
#62
Closed
gompoc
closed
2 years ago
gompoc
commented
2 years ago
Adds an action for the Setle instruction
Adds an action for the Setge instruction
Implement the ToILInstructions for MultiplyRegByGlobalAction (this still needs a way to some differentiate between a double and single)
Create a fallback action for things such as
Mulss reg1, [reg2+0xblah]
where reg2 is a local and the offset points towards a field
Mulss reg1, [reg2+0xblah]
where reg2 is a local and the offset points towards a field