flat assembler
Message board for the users of flat assembler.

Index > Compiler Internals > 1.67.29 smoll trouble :)

Author
Thread Post new topic Reply to topic
n1kt0



Joined: 20 Jul 2008
Posts: 11
Location: Ukraine
n1kt0 03 Dec 2008, 08:18
I'm upgrade my fasm(1.67.21) to 167.29 & i have this small trouble.
Code:
format PE gui 4.0
includ's...
section '.text' code readable writable executable

                        entry $
                        mov ebp,esp
__start:
                        invoke GetCommandLineW
                        push eax
                        invoke CommandLineToArgvW,eax,temp
                        cmp byte [temp],1    
                        .................
                        ................
    


OllyDBG says me: Module 'program' has entry point the code (as specified in the PE header). Maybe this file is self-modified or self-extracting Please keep in mind when settings breakpoints.
I not have this problem in the fasm 167.21\23
Post 03 Dec 2008, 08:18
View user's profile Send private message Reply with quote
n1kt0



Joined: 20 Jul 2008
Posts: 11
Location: Ukraine
n1kt0 03 Dec 2008, 08:21
*small problem. moderators, pls check this mestakes
Post 03 Dec 2008, 08:21
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8356
Location: Kraków, Poland
Tomasz Grysztar 04 Dec 2008, 09:08
That may be because of some of the modifications caused by this:
http://board.flatassembler.net/topic.php?t=9099

Namely, fasm once again generates the "size of code"/"base of code" and other such fields, and I recall that there were similar problems with Olly in old days before I made fasm not fill those fields.
Post 04 Dec 2008, 09:08
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.