Open Abbas-MG opened 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.
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.