keystone
keystone copied to clipboard
LLVM causes sym resolver mechanism to malfunction
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.