Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4ced739

Browse files
authored
Update crucial_Ballistix_MOD_Utility_v.2.0.2.5_memory_dump_PoC.cpp
1 parent 10d7e03 commit 4ced739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎windows/x64/kernel/crucial_Ballistix_MOD_Utility_v.2.0.2.5/crucial_Ballistix_MOD_Utility_v.2.0.2.5_memory_dump_PoC.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ int main()
7777
<< " bytes of data from 0x" << hex << uppercase << setw(16) << setfill('0') << PhysicalMemAddr << endl;
7878
cout << string(70, '-') << endl;
7979
// pretty print memory dump
80-
for (int nSize = 0; nSize <= 0x32; nSize += 0x10)
80+
for (int nSize = 0; nSize <= (dwDataSizeToRead * dwAmountOfDataToRead); nSize += 0x10)
8181
{
8282
for (int i = 0; i <= 0xF; i++)
8383
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /