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:
parent
0a26b09684
commit
eeefe8051a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user