1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 23:19:09 +00:00

Enable ASLR or/and DEP for Windows builds

Suggested here: https://github.com/hashcat/hashcat/issues/530
This commit is contained in:
jsteube 2016-10-19 14:44:30 +02:00
parent 0a26b09684
commit eeefe8051a

View File

@ -170,7 +170,7 @@ LFLAGS_CROSS_LINUX += -lpthread -ldl
LFLAGS_CROSS_WIN :=
LFLAGS_CROSS_WIN += $(LDFLAGS)
LFLAGS_CROSS_WIN += -lpsapi
LFLAGS_CROSS_WIN += -lpsapi -Wl,--dynamicbase -Wl,--nxcompat
##
## Objects