mirror of
https://github.com/VoidSec/Exploit-Development
synced 2026-06-08 12:50:18 +00:00
Update crucial_Ballistix_MOD_Utility_v.2.0.2.5_memory_dump_PoC.cpp
This commit is contained in:
committed by
GitHub
parent
10d7e03d57
commit
4ced739ec4
+1
-1
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user