Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created September 21, 2017 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsbt/544bacd4a8a70f9313ef8263769614a0 to your computer and use it in GitHub Desktop.
Save hsbt/544bacd4a8a70f9313ef8263769614a0 to your computer and use it in GitHub Desktop.
~ > nm -gU /usr/lib/libSystem.B.dylib | grep utimensat
~ > nm -gU /usr/lib/libSystem.B.dylib
0000000000001a6a T R8289209$_close
0000000000001a6f T R8289209$_fork
0000000000001a74 T R8289209$_fsync
0000000000001a79 T R8289209$_getattrlist
0000000000001a7e T R8289209$_getrlimit
0000000000001a83 T R8289209$_getxattr
0000000000001a88 T R8289209$_open
0000000000001a8d T R8289209$_pthread_attr_destroy
0000000000001a92 T R8289209$_pthread_attr_init
0000000000001a97 T R8289209$_pthread_attr_setdetachstate
0000000000001a9c T R8289209$_pthread_create
0000000000001aa1 T R8289209$_pthread_mutex_lock
0000000000001aa6 T R8289209$_pthread_mutex_unlock
0000000000001aab T R8289209$_pthread_self
0000000000001ab0 T R8289209$_ptrace
0000000000001ab5 T R8289209$_read
0000000000001aba T R8289209$_setattrlist
0000000000001abf T R8289209$_setrlimit
0000000000001ac4 T R8289209$_sigaction
0000000000001ac9 T R8289209$_stat
0000000000001ace T R8289209$_sysctl
0000000000001ad3 T R8289209$_time
0000000000001ad8 T R8289209$_unlink
0000000000001add T R8289209$_write
0000000000001f90 S ___System_BVersionNumber
0000000000001f60 S ___System_BVersionString
00000000000022d0 S ___crashreporter_info__
0000000000001ae2 T _libSystem_atfork_child
0000000000001a47 T _libSystem_atfork_parent
0000000000001a22 T _libSystem_atfork_prepare
00000000000022c8 D _mach_init_routine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment