mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 11:48:30 +00:00
Add assimilate.com command for APE binaries
This commit is contained in:
parent
0cea6c560f
commit
60164a7266
23 changed files with 652 additions and 50 deletions
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall setfsgid,0xfffffffffffff07b,globl
|
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall setfsuid,0xfffffffffffff07a,globl
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_getresgid,0xfff11b169ffff078,globl
|
||||
.scall sys_getresgid,0xfff11b169ffff078,globl,hidden
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_getresuid,0xfff119168ffff076,globl
|
||||
.scall sys_getresuid,0xfff119168ffff076,globl,hidden
|
||||
|
|
2
libc/sysv/calls/sys_setfsgid.s
Normal file
2
libc/sysv/calls/sys_setfsgid.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_setfsgid,0xfffffffffffff07b,globl,hidden
|
2
libc/sysv/calls/sys_setfsuid.s
Normal file
2
libc/sysv/calls/sys_setfsuid.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_setfsuid,0xfffffffffffff07a,globl,hidden
|
|
@ -187,8 +187,8 @@ scall sys_unmount 0x016016016209f0a6 globl hidden # umount2() on linux
|
|||
scall umount2 0x016016016209f0a6 globl hidden # unmount() on bsd
|
||||
scall sys_reboot 0x0d003703720370a9 globl hidden # two arguments b/c netbsd/sparc lool
|
||||
scall quotactl 0xfff09409420a50b3 globl
|
||||
scall setfsuid 0xfffffffffffff07a globl
|
||||
scall setfsgid 0xfffffffffffff07b globl
|
||||
scall sys_setfsuid 0xfffffffffffff07a globl hidden
|
||||
scall sys_setfsgid 0xfffffffffffff07b globl hidden
|
||||
scall capget 0xfffffffffffff07d globl
|
||||
scall capset 0xfffffffffffff07e globl
|
||||
scall sigtimedwait 0xffffff159ffff080 globl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue