Posted April 27, 200718 yr exe need write in own code section. How can compile in masm that is writable ?
April 27, 200718 yr 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, 200718 yr by jstorme
April 27, 200718 yr Author 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, 200718 yr by Rumour
April 27, 200718 yr 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.
April 27, 200718 yr Author 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
Create an account or sign in to comment