Update crucial_Ballistix_MOD_Utility_v.2.0.2.5_memory_dump_PoC.cpp

This commit is contained in:
Paolo 'VoidSec' Stagno
2022-05-25 15:38:45 +02:00
committed by GitHub
parent 10d7e03d57
commit 4ced739ec4
@@ -77,7 +77,7 @@ int main()
<< " bytes of data from 0x" << hex << uppercase << setw(16) << setfill('0') << PhysicalMemAddr << endl;
cout << string(70, '-') << endl;
// pretty print memory dump
for (int nSize = 0; nSize <= 0x32; nSize += 0x10)
for (int nSize = 0; nSize <= (dwDataSizeToRead * dwAmountOfDataToRead); nSize += 0x10)
{
for (int i = 0; i <= 0xF; i++)
{