LLVM causes sym resolver mechanism to malfunction
Opened this issue · 0 comments
Abbas-MG commented
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.