View Single Post
  #45  
Old 30-05-2020, 18:51
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
there

edit: something I'm only realizing now XD, this method might have issues because it is SIZE_T that is being used which is an equivalent to NativeInt in Delphi.

NativeInt in x86 is actually a 32-bit integer, however this can be fixed by merging this code to the same idea I shared earlier about the same info being available on registry here
Attached Images
File Type: png 60.PNG (5.7 KB, 130 views)
Attached Files
File Type: 7z Project1.7z (2.26 MB, 45 views)

Last edited by Razor12911; 30-05-2020 at 18:57.
Reply With Quote