mirror of https://github.com/pwndbg/pwndbg.git
Fix debian10 ci (#1383)
This fixes the weird error that appeared on debian10 CI: ``` root@98cc3841eab9:/pwndbg/tests/gdb-tests/tests/binaries# ld -Ttext 0x400000 -o memory.out memory.o ld: section .note.gnu.property LMA [00000000004000e8,0000000000400107] overlaps section .text LMA [0000000000400000,00000000004001a4] ``` It turned out that the .note.gnu.property address was choosen to be the same as our hardcoded .text address and so we got into this issue. This PR hardcodes the gnu section address.pull/1385/head
parent
1c3a50d817
commit
bf3cac0505
Loading…
Reference in new issue