I created some patternScans, maybe this will help.
Be sure to delete the old lines SetValue(... and _('Scan... for SalvageFunction & SalvageGlobal
If it still doesnt work, let me know. Maybe i changed something, but forgot about it.
Proof:
Code:
SetValue('SalvageFunction', '0x' & Hex(GetScannedAddress('ScanSalvageFunction', -10), 8))
SetValue('SalvageGlobal', '0x' & Hex(MemoryRead(GetScannedAddress('ScanSalvageGlobal', 1) - 0x4), 8))
Code:
_('ScanSalvageFunction:')
AddPattern('33C58945FC8B45088945F08B450C8945F48B45108945F88D45EC506A10C745EC7E')
_('ScanSalvageGlobal:')
AddPattern('8B5104538945F48B4108568945E88B410C578945EC8B4110528955E48945F0')
If it still doesnt work, let me know. Maybe i changed something, but forgot about it.
Proof:
|
|