flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
decard 18 Apr 2004, 19:57
try this:
Code: mov eax, [fs:30h] |
|||
![]() |
|
Carlito 18 Apr 2004, 20:00
k gonna try thx man
|
|||
![]() |
|
Carlito 18 Apr 2004, 20:08
It WORKS, many thanks decard
|
|||
![]() |
|
Carlito 19 Apr 2004, 19:14
But This part of my code for the program not to be debug-able make it crash on win2000 stations, on XP it works fine
Code: push 00h mov eax, [fs:30h] movzx eax, byte [eax+2h] or al, al jz ok jmp debug debug: invoke ExitProcess,0 if the program is being debugged it closes and if not, it runs normally. Help me please |
|||
![]() |
|
roticv 20 Apr 2004, 11:29
crash as in? Can give me details? The following code works fine for me.
Code: mov ecx, [fs:30h] test ecx, ecx js _9x movzx ecx, byte[ecx+2] jecxz @F ;;;;blah blah _9x: mov ecx, [fs:20h] jecxz @F ;;;;;blah blah @@: |
|||
![]() |
|
Carlito 20 Apr 2004, 15:34
Many thanks, it works fine there. But why
Code: mov ecx, [fs:20h] |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.