KuhakuPixel / AceTheGame

open source security auditing tools for games on android and linux. Containing memory scanner/editor, apk GUI, value freezer, android non root support and many more!
GNU Affero General Public License v3.0
297 stars 35 forks source link

Scanning an exact value (=) takes 20 minutes #81

Closed t0rzz closed 10 months ago

t0rzz commented 10 months ago

As subject says, scanning a known integer value in a process takes about 20 minutes.

scan type: = value type: int (32bit) Region level: all_read_write

rooted.

KuhakuPixel commented 10 months ago

what game did u try it on?

have you tried region level of heap_stack_executable_bss ?

which should speed up the scan

t0rzz commented 10 months ago

what game did u try it on?

have you tried region level of heap_stack_executable_bss ?

which should speed up the scan

heap_stack_executable_bss scan is much more faster. Thank you