1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
This commit is contained in:
Markus F.X.J. Oberhumer 2023-07-25 12:43:53 +02:00
parent 2684e815e0
commit e702aa0252
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ make_hatch_ppc64(
hatch[2]= 0x38800000; // li r4,0
hatch[3]= 0x4e800020; // blr
if (xprot) {
Pprotect(hatch, 3*sizeof(unsigned), PROT_EXEC|PROT_READ);
Pprotect(hatch, 4*sizeof(unsigned), PROT_EXEC|PROT_READ);
}
}
else {

View File

@ -93,7 +93,7 @@ arg6w .req w5
.balign 4
_start: .globl _start
bkpt // DEBUG
bkpt // DEBUG // ???
PUSH4 (x0,x1,x2,lr) // MATCH_00
sub sp,sp,#2*NBPW // space for ADRU, LENU