News:

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

Main Menu

Radasm 3.x Bug?

Started by ragdog, July 27, 2013, 02:53:58 AM

Previous topic - Next topic

ragdog

Hey

I use the last version of Radasm 3 now have i copy my OllyDBg on C:\OllyDbg\Ollydbg.exe
In Radasm the Environment  have i c:\..\masm32\Bin;c:\..\Ollydbg

How i can run Ollydbg with my coded Exe from Radasm?

Greets,

KetilO

Hi ragdog

Use Option / Make Options and set External Debugger.
Example:
C:\OllyDbg\OLLYDBG.EXE

Use Make / Run With Debug to debug your program.

KetilO

ragdog

Hi Ketilo

I use Radasm under win7 without any problems.
but if i use it under XP sp3 and compile a project it very very slow by Go All
Ml and link is all ok only by executing the project exe it take a while 2 minutes or 3 run this exe


executing: test.exe

I have testet Radasm2 and this have not this bug


I have look in this source i cannot find this bug

ragdog

#3
Hi Ketilo

Indent to Spaces has a bug i t convert not correctly from tabs 2 spaces

http://masm32.com/board/index.php?action=post;quote=24229;topic=2340.0;last_msg=24249

Tabs


lea ebx, pMagic



Indent to Spaces

                    lea ebx, pMagic



between lea and ebx is after Indent to Spaces are still tabs




I think is a bug in Raedit >> ClipBoard.asm >>ConvertIndent
.if nFunction==CONVERT_TABTOSPACE

Please bugfix it