issues
search
Argentix03
/
MemoryScanner
its a memory scanner
5
stars
1
forks
source link
Code improvements
#5
Closed
Jasper1467
closed
1 year ago
Jasper1467
commented
1 year ago
Memory Scanner.cpp:
Added some consts
Simplified some if statements
Fixed some typos
Replaced some NULL's with nullptr's
Added default case to switch statement that didn't have it yet
Use true and false as returns in newScanUI() instead of 1 and 0
Fixed wrong formatting in printf's
Removed redundant control flow jump statement (line 542)
Changed result = RegisterHotKey() to right data type (line 636)
Used correct statement for checking HRESULT value (line 638)
Fixed scanData pointer utilized before it was verified against nullptr
memscan.h:
Added a const
Argentix03
commented
1 year ago
Awesome work. Thank you dude.
Memory Scanner.cpp:
memscan.h: