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

Assertion failed: isValidElementType(EltTy) && "Invalid type for pointer element!" #7

Closed FaerHack closed 3 months ago

FaerHack commented 3 months ago

It crashes at https://github.com/NaC-L/Mergen/blob/34175d193c2b377287c1f6937e13accc434253c4/lifter/lifter.cpp#L199 I'm using llvm 19

NaC-L commented 3 months ago

I just disable asserts but I think it should work now