NaC-L / Mergen

Deobfuscation via optimization with usage of LLVM IR and parsing assembly.
GNU General Public License v3.0
308 stars 29 forks source link

Extract complex logic into individual functions and inline helper functions #28

Closed NaC-L closed 3 weeks ago

NaC-L commented 1 month ago

inline helper functions like div2 and idiv2 https://github.com/NaC-L/Mergen/blob/main/lifter/Semantics.cpp#L2454

and

extract inc and dec into seperate functions https://github.com/NaC-L/Mergen/blob/main/lifter/Semantics.cpp#L2890

vxcall commented 1 month ago

I'll work on it!

NaC-L commented 3 weeks ago

Thank you @vxcall for your contributions to this issue!