News:

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

What kind of control is this?

Started by NoCforMe, October 03, 2011, 09:27:18 PM

Previous topic - Next topic

qWord

using the following comand line, I get also a 4K exe  :bg
/SUBSYSTEM:WINDOWS /MERGE:.rdata=.data /FIXED /RELEASE ...
FPU in a trice: SmplMath
It's that simple!

jj2007

Quote from: qWord on October 04, 2011, 08:10:38 PM
- in my exe. the import table seem to have its own, additional read-only-section (.rdata)

I wonder if the new linker tries to protect the import table from attacks... makes no sense otherwise.

qWord

Quote from: jj2007 on October 04, 2011, 08:45:42 PM
I wonder if the new linker tries to protect the import table from attacks... makes no sense otherwise.
maybe a protection, but a weak one ...
FPU in a trice: SmplMath
It's that simple!

jj2007