developer documentation

modified:   stub/src/i386-linux.elf-so_fold.S
This commit is contained in:
John Reiser 2024-07-30 14:16:54 -07:00
parent 8aa445e2fc
commit 05db054fb9

View File

@ -75,7 +75,7 @@ eof: // end of a compressed extent
// Subroutines and syscalls needed by upx_so_main
//
my_bkpt: .globl my_bkpt
int3
int3 // my_bkpt
ret
memset: .globl memset // void *memset(void *s, int c, size_t n);