News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Radasm question

Started by ragdog, August 29, 2009, 11:25:59 AM

Previous topic - Next topic

ragdog

Hi

How i can disable it this by compile

accept the command?

gives an option in radasm?

ragdog


drizz

I would also like to see that this feature becomes optional.
The truth cannot be learned ... it can only be recognized.

drizz

If you compile radasm from source you can modify out\output.asm to remove the prompt

comment these four lines :
MakeThreadProc proc uses ebx,Param:DWORD
LOCAL sat:SECURITY_ATTRIBUTES
LOCAL startupinfo:STARTUPINFO
LOCAL bytesRead:DWORD
LOCAL buffer[256]:BYTE

; mov fThreadWait,TRUE
; invoke GetCommand,addr outbuffer,Param
mov fThreadWait,FALSE
; or eax,eax
; je Ex


Here is the recompiled exe without prompt.
The truth cannot be learned ... it can only be recognized.

ragdog

#4
ok thanks

who can i download this source from the new version?

drizz

The truth cannot be learned ... it can only be recognized.