Fix invalid Baseaddress must be > 0x200000000 on cygwin
This commit is contained in:
parent
5a545ca9bd
commit
a7adffdd47
@ -8,7 +8,7 @@ _cygwinFixAutoImageBase() {
|
|||||||
if [ -f /etc/rebasenix.nextbase ]; then
|
if [ -f /etc/rebasenix.nextbase ]; then
|
||||||
NEXTBASE="$(</etc/rebasenix.nextbase)"
|
NEXTBASE="$(</etc/rebasenix.nextbase)"
|
||||||
fi
|
fi
|
||||||
NEXTBASE=${NEXTBASE:-0x200000000}
|
NEXTBASE=${NEXTBASE:-0x200000001}
|
||||||
|
|
||||||
REBASE=(`/bin/rebase -i $DLL`)
|
REBASE=(`/bin/rebase -i $DLL`)
|
||||||
BASE=${REBASE[2]}
|
BASE=${REBASE[2]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user