keystone-engine / keystone

Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
http://www.keystone-engine.org
GNU General Public License v2.0
2.3k stars 458 forks source link

LLVM causes sym resolver mechanism to malfunction #584

Open Abbas-MG opened 4 months ago

Abbas-MG commented 4 months ago

asmParser.cpp of LLVM's MC lib doesn't handle characters like "!@+" which are very common while dealing with symbols. for example "jmp nt!blah+10" wont be parsed and execution flow wont reach the sym resolver callback.