KittyMemory icon indicating copy to clipboard operation
KittyMemory copied to clipboard

Crash when searching outside the library range with KittyScanner

Open knms360 opened this issue 10 months ago • 15 comments

In the sample, the search range is specified using ELF.baseSegment().startAddress and ELF.baseSegment().endAddress. However, if I use an arbitrary search range, it crashes. It is most likely that the program is crashing because it is reading an unreadable range. There are no errors when compiling. can get the error with Logcat Error: Fatal signal 11 (SIGSEGV), code 2, fault addr 0xf15b6000 in tid 3825 (android.support)

knms360 avatar Apr 14 '24 17:04 knms360