mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-23 02:50:29 +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
|
Loading…
Add table
Add a link
Reference in a new issue