NaC-L / Mergen

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

Memory buffer should be a std::unordered_map #11

Open NaC-L opened 3 weeks ago

NaC-L commented 3 weeks ago

https://github.com/NaC-L/Mergen/blob/main/lifter/GEPTracker.cpp#L73 should be an unordered_map,

why?

steps?

Also probably refactor the whole class when modifying that