News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Recent posts

#81
The Orphanage / Re: I need a program called "F...
Last post by sudoku - April 24, 2024, 01:24:14 AM
Seems to be working ..... but
there also seems to be an endless loop, where the processing is already done -- but the program keeps "going to check whether all threads quit" etc... (endlessly see screenshot)



I stopped the program after 7 minutes while it was still stuck in the loop.

There also seems to be a couple of stalls along the way, where the program does not do anything for several seconds.
#82
The Laboratory / x86 buffer overrun help
Last post by longfloat - April 24, 2024, 12:35:19 AM
Hey guys, im a cs undergraduate and we are learning about buffer overrun attacks. Im using a shellcode as shown below to overwrite some string literals of a printf in .rodata using mprotect() but i keep getting segmentation fault here:
Program received signal SIGSEGV, Segmentation fault.

[Deleted]

Im suspecting that this has smth to do with the stack pointers but i cant figure what it is yet. Can someone help?
#83
The Orphanage / Re: I need a program called "F...
Last post by learn64bit - April 24, 2024, 12:20:00 AM
v314
(real 1+2)
#84
The Campus / Re: Macro Question
Last post by FORTRANS - April 23, 2024, 10:42:36 PM
Hi,

   Thank you.  I thought I had tried all of the switches,
but obviously not.

Regards,

Steve N.
#85
The Orphanage / Re: I need a program called "F...
Last post by learn64bit - April 23, 2024, 07:38:38 PM
looks like in order to add other 46 threads, we must use the "Macro" things.
otherwise there are a lot of copy&past and replace
#86
The Orphanage / Re: I need a program called "F...
Last post by jj2007 - April 23, 2024, 05:37:56 PM
So finally we get an idea what's the content of these files :thumbsup:

C:\b\Microsoft.Android.Runtime.34.android-x86.34.0.52,version=34.0.52.0,machinearch=x86\d612a3ff06807afce62b7ede2c147f73-x86.msi
341DB352F7616F3176443FDC24EE3A6DCEFA0BFEE79E52FE14CAFCD4DAC78820 C:\b\Microsoft.Android.Sdk.net7.33.0.95,version=33.0.95.0,machinearch=arm64\60f0e13cf49938e11638e841420111cc-arm64.msi
40B5A4A5961DBA8BE65A0C56C9E8E23380ED9F6596CCE9E1D7F2CA83C8829928 C:\b\Microsoft.Android.Sdk.net7.33.0.95,version=33.0.95.0,machinearch=x64\60f0e13cf49938e11638e841420111cc-x64.msi
80B676E1720FD81283A06B0CDF687C7FF4281631844BE2DEE58C5CF5A4305320 C:\b\Microsoft.Android.Sdk.net7.33.0.95,version=33.0.95.0,machinearch=x86\60f0e13cf49938e11638e841420111cc-x86.msi
18A90B72E72C52FC7FB6EFD6BF07C1CC36B5C1B815B21A983018CFD4CC1BD03E C:\b\Microsoft.Android.Sdk.net8.34.0.52,version=34.0.52.0,machinearch=arm64\5446d0c43626814f53bb98efe989c925-arm64.msi
127D7467F01B92D5803C4710FC46E31F30635F899AD4FCCAF5ABCCB3A454CE94
#87
The Orphanage / Re: I need a program called "F...
Last post by sudoku - April 23, 2024, 04:37:42 PM
I can see clearly what your program is doing. If you ever get it finished and running very fast, it looks like it will be a very useful tool.
#88
The Orphanage / Re: I need a program called "F...
Last post by sudoku - April 23, 2024, 04:30:07 PM
Quote from: learn64bit on April 23, 2024, 04:29:15 PMno.
it's just testFiles.
ok, it looked interesting.
#89
The Orphanage / Re: I need a program called "F...
Last post by learn64bit - April 23, 2024, 04:29:15 PM
a1: yes, sha256sum + space + filePath.
a2: no.
  it's just testFiles.
  this app will find out:
    which files are in vs2k22community only.
    which files are in vs2k22buildtools only.
    which files are in vs2k22community&buildtools both
(vs2k22: v17.9.6 v17.9.34728.123 evergreen)
#90
The Orphanage / Re: I need a program called "F...
Last post by sudoku - April 23, 2024, 04:25:57 PM
Quote from: learn64bit on April 23, 2024, 03:55:50 PMI used the findFile3sha256sum to create them
Looking at those files, I had thought that they must be some sort of checksum.  :smiley:
Are you using that system of comparing checksums to check for corrupted files?