News:

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

Main Menu

Recent posts

#71
The Laboratory / Re: x86 buffer overrun help
Last post by longfloat - April 24, 2024, 04:00:11 AM
οκ feel free to take it down
#72
The Orphanage / Re: I need a program called "F...
Last post by sudoku - April 24, 2024, 03:45:54 AM
After about 1 minute and 40 seconds, appears to be done processing a.txt and b.txt. But still the endless loop afterwards.
Bug not fixed yet.
#73
The Orphanage / Re: I need a program called "F...
Last post by learn64bit - April 24, 2024, 03:03:42 AM
v321
(try to fix the "quit" bug)
#74
The Orphanage / Re: I need a program called "F...
Last post by learn64bit - April 24, 2024, 02:38:52 AM
ooops!
you are right.
5th time run this app, I saw the bug.
it must be a randam bug.

the result c and d is correct.
thread 1 and 2 already quit. but checkQuit is failed.
I must made a mistake on the check thread proc.
#75
The Orphanage / Re: I need a program called "F...
Last post by sudoku - April 24, 2024, 02:33:32 AM
Quote from: learn64bit on April 24, 2024, 02:30:21 AMsame testFiles? but not happpened on my machine
It surely happened here though. Windows 7 if that makes any difference. Over 30 minutes and the program never finished, kept repeating what is shown in the screenshot above.
#76
The Orphanage / Re: I need a program called "F...
Last post by learn64bit - April 24, 2024, 02:30:21 AM
same testFiles? but not happpened on my machine
#77
The Laboratory / Re: x86 buffer overrun help
Last post by Biterider - April 24, 2024, 02:11:40 AM
Hi longfloat
Illegal activities such as attacks or exploits are not allowed in this forum.
Please read the forum rules here https://masm32.com/board/index.php?topic=4.0
In particular this one:

QuoteLegality of content
3. Legality of content is not a negotiable matter in the forum. Assembler programming is mainstream programming and is primarily used by professional programmers who require the performance in specialised areas. Low level coding is both allowed and encouraged but there will be no viral or trojan technology allowed including technical data under the guise of AV technology, no cracking and similar activities in the guise of "Reverse Engineering", no hacking techniques or related technology and no support or help with or reference to pirated software. There will also be no links to pages that support or display any of these or any other illegal areas of coding.

Regards, Biterider
#78
The Laboratory / Re: x86 buffer overrun help
Last post by sudoku - April 24, 2024, 01:46:51 AM
What exactly are you trying to do? "shellcode"?
I don't know what either .rodata and mprotect() are... elaborate, please.

This??? mprotect() that is...
I don't speak Linux.
#79
The Orphanage / Re: I need a program called "F...
Last post by sudoku - April 24, 2024, 01:40:24 AM
Quote from: learn64bit on April 24, 2024, 01:35:44 AMneed your testFiles to find the bug
They are your files... (exactly the a.txt and b.txt from the 3 part download) and the latest version of your program. Or do you mean c.txt and d.txt?

The last time I ran the program, it is still stuck in the endless loop after 15 minutes still running in that loop.

Edit to add...about 20 minutes after this was first posted...
Now still running after 30+ minutes.... I think it's time to put it to bed.  :tongue:
#80
The Orphanage / Re: I need a program called "F...
Last post by learn64bit - April 24, 2024, 01:35:44 AM
Quote from: sudoku on April 24, 2024, 01:24:14 AMSeems 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.
need your testFiles to find the bug