angr
angr copied to clipboard
add support for non-pic binaries' debug variables
When loading a non-pic binary, I found that the low_pc and high_pc are wrong. However, I am not sure if the ultimate solution is changing the obj.mapped_base
for non-pic binaries.