Jump to content
Tuts 4 You

How Can Compile ?


Rumour

Recommended Posts

Posted

exe need write in own code section. How can compile in masm that is writable ?

Posted (edited)

Something I saw posted on ARTeam forum by jAgx.

It explains how to set the section writable.

if using radasm, add /SECTION:.text|RWE the LINK box under Project -> Project Options]

otherwise, just add /SECTION:.text,RWE to linking arguments

Haven't tried it myself.

Edited by jstorme
Posted (edited)

I use win32asm studio.

Google find: "If you're using MS link, try /SECTION:.text,ERW"

What mean ?

Ow. Posts cross. Thank. I have try adding to link. Not work...

Edited by Rumour
Posted
I use win32asm studio.

Google find: "If you're using MS link, try /SECTION:.text,ERW"

What mean ?

Its the same as jstorme described for radasm, select project options, click on the debug tab and enter it in the link args.

Posted
Its the same as jstorme described for radasm, select project options, click on the debug tab and enter it in the link args.

You mean Click project, click properties ? No debug tab?

When add /SECTION:.text,ERW after link argument (make command-release mode) not work

Posted

Owowo! Stupid Rumour.

Work fine. Forgot spacing. Dumb dumb

Thank for help.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...