sidegrade of scanflow with focus on more scan types, low memory footprint, and speed.
- unknown value
- exact
- value between
- value within error
- changed
- unchanged
- lower than
- higher than
- increased
- increased by
- decreased
- decreased by
- etc
Achieved by storing 2 byte offsets instead of 8 byte addresses as well as storing the least amount of memory for the lowest time possible. In practice memory usage rarely goes much higher than that of the target process.
It go loco :P
Note: this is an ideal scenario, speed on windows is untested and likely much lower.
# linux
git clone https://github.com/KawaiiKraken/jarvis-scan/; cd jarvis-scan; cargo r -r -- kvm explorer.exe
# windows
git clone https://github.com/KawaiiKraken/jarvis-scan/; cd jarvis-scan; cargo r -r -- explorer.exe