-
- Downloads
Updated the portion of fill_in_indtargs that looks through the data segments...
Updated the portion of fill_in_indtargs that looks through the data segments of a program to find pointers such that 64-bit code needs to find a 64-bit pointer, otherwise it's likely not a pointer. Was getting spurious false hits from an array of shorts that contained characters such that strings like 00490078 would be found as a valid pointer, when in fact it isn't. Former-commit-id: 0a8b679c83422264fcdf91b8155fe4cd6e9ddc81
Showing
- libIRDB/test/check_thunks.cpp 1 addition, 1 deletionlibIRDB/test/check_thunks.cpp
- libIRDB/test/check_thunks.hpp 1 addition, 1 deletionlibIRDB/test/check_thunks.hpp
- libIRDB/test/fill_in_indtargs.cpp 18 additions, 5 deletionslibIRDB/test/fill_in_indtargs.cpp
- libIRDB/test/read_ehframe.cpp 1 addition, 1 deletionlibIRDB/test/read_ehframe.cpp
Loading
Please register or sign in to comment