flat assembler
Message board for the users of flat assembler.
Index
> Windows > FASM debugging |
Author |
|
JohnFound 09 Aug 2004, 14:05
Well, the sollution is comming. I am talking about Fresh project that have source level debugger especially for FASM. Unfortunately it is not finished yet, so it is not very usefull. For now I am using OllyDbg with "goto address" function of Fresh (ctrl+g) that positions the source on the line with given address. Also "labels explorer" can help in some cases.
Regards. |
|||
09 Aug 2004, 14:05 |
|
IceStudent 09 Aug 2004, 14:43
I mean, I want to map the 'symbolic names' from MAP-file to addresses at OllyDbg for help me to view the variables, functions, etc.
Of course, I want to know, how create macros that produce the symbolic names of variables and other labels. Thanks |
|||
09 Aug 2004, 14:43 |
|
Foamplast 09 Aug 2004, 20:21
Hi!
I use OllyDbg too. My solution is to export all names. Example: Code: SuperFuncA: Nop Ret myvarX rd 1 You have to include next lines in your source: Code: Section 'export' readable writeable data export export 'PROGNAME.EXE',\ 'SuperFunc','SuperFuncA',\ 'myvar','myvarX' end data And Olya will show you names of variables, functions, etc. |
|||
09 Aug 2004, 20:21 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.