mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Review
This commit is contained in:
parent
2684e815e0
commit
e702aa0252
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user