Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^19: if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location

by Anonymous Monk
on Jan 06, 2013 at 10:12 UTC ( [id://1011870]=note: print w/replies, xml ) Need Help??


in reply to Re^18: if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location
in thread if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location

You should read ASLR (Address space layout randomization) and Windows ISV Software Security Defenses

Its kinda vague but I think it says windows-7 can have ASLR enabled if you flip some bits on all the dlls used

peflags --dynamicbase=true --nxcompat=true perl.exe libxml.dll ...

or LDFLAGS/LDDLFLAGS -Wl,--dynamicbase -Wl,--nxcompat

ASLR is supposed to replace that ImageBase stuff

  • Comment on Re^19: if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1011870]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-24 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found