rust-minidump / rust-minidump

Type definitions, parsing, and analysis for the minidump file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore memory areas allocated by Android's JVM (aka Dalvik) when evaluating bit-flips

gabrielesvelto opened this issue · comments

As per the title. Davlik allocates very large chunks of the address space, aligning them to natural boundaries which causes false positives when doing bit-flip detection.

This should be fixed after we fix #863