I guess it is in File/save current scan results, it seems the item will be grayed until a next scan.
It will only ask for a name, no folder show.
Don't know if there is a menu option, the current scan folder can be obtain by following lua:
Code:
local ms = GetCurrentMemscan()
print(ms.ScanresultFolder)
These folder should be under scan folder in setting.
The file ADDRESS.<somename> is binary, it seems it preceded by some header (7-byte in my case) then following 8byte addresses list in my scan 64bit ce scanning 32bit process.
bye~