Rumour Posted April 27, 2007 Posted April 27, 2007 exe need write in own code section. How can compile in masm that is writable ?
revert Posted April 27, 2007 Posted April 27, 2007 (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 argumentsHaven't tried it myself. Edited April 27, 2007 by jstorme
Rumour Posted April 27, 2007 Author Posted April 27, 2007 (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 April 27, 2007 by Rumour
zako Posted April 27, 2007 Posted April 27, 2007 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.
Rumour Posted April 27, 2007 Author Posted April 27, 2007 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
Rumour Posted April 27, 2007 Author Posted April 27, 2007 Owowo! Stupid Rumour.Work fine. Forgot spacing. Dumb dumbThank for help.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now