support for arm/WinCE ("arm/pe") exes
committer: ml1050 <ml1050> 1126255781 +0000
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.text
|
||||
.align 0
|
||||
.global _mainCRTStartup
|
||||
|
||||
_mainCRTStartup:
|
||||
stmfd sp!, {r0 - r3, lr}
|
||||
mov r0, #L2 - L0 - 8
|
||||
L0:
|
||||
add r0, pc, r0
|
||||
bl _upx_main
|
||||
ldmfd sp!, {r0 - r3, lr}
|
||||
ldr pc, L21
|
||||
.ascii "XxxX"
|
||||
L2:
|
||||
.ascii "SRC0DST0BIMPONAMGETPLOAD"
|
||||
L21:
|
||||
.ascii "ENTRSRCLDSTL"
|
||||
Reference in New Issue
Block a user