Skip to content

Instantly share code, notes, and snippets.

@MFDGaming
Created December 23, 2022 16:51
Show Gist options
  • Save MFDGaming/b00dac9d18200c6eb7c43ff517e56d00 to your computer and use it in GitHub Desktop.
Save MFDGaming/b00dac9d18200c6eb7c43ff517e56d00 to your computer and use it in GitHub Desktop.
mcpe-0.6.1-libc-symbols-sorted.txt
start pthread.h
pthread_attr_destroy
pthread_attr_init
pthread_attr_setdetachstate
pthread_attr_setschedparam
pthread_attr_setstacksize
pthread_cond_broadcast
pthread_cond_destroy
pthread_cond_init
pthread_cond_timedwait
pthread_cond_wait
pthread_create
pthread_getspecific
pthread_join
pthread_key_create
pthread_key_delete
pthread_mutexattr_destroy
pthread_mutexattr_init
pthread_mutex_destroy
pthread_mutex_init
pthread_mutex_lock
pthread_mutex_unlock
pthread_once
pthread_self
pthread_setspecific
end pthread.h
start stdlib.h
abort
atoi
div
exit
free
malloc
realloc
strtoull
end stdlib.h
start sys/socket.h
accept
bind
connect
getsockname
getsockopt
listen
recv
recvfrom
send
sendto
setsockopt
shutdown
socket
end sys/socket.h
start unistd.h
access
close
gethostname
lseek
pipe
read
sysconf
usleep
write
end unistd.h
start assert.h
__assert2
end assert.h
start signal.h
bsd_signal
end signal.h
start dirent.h
closedir
opendir
readdir
end dirent.h
start internal
__cxa_atexit
__cxa_finalize
__stack_chk_fail
__stack_chk_guard
_tolower_tab_
end internal
start dlfcn.h
dlclose
dlopen
dlsym
end dlfcn.h
start link.h
dl_iterate_phdr
end link.h
start errno.h
__errno
end errno.h
start stdio.h
fclose
fflush
fgetpos
fopen
fprintf
fputs
fread
fseek
fsetpos
ftell
fwrite
getc
printf
putc
putchar
puts
remove
rename
setvbuf
__sF
snprintf
sprintf
sscanf
ungetc
vsnprintf
end stdio.h
start fcntl.h
fcntl
open
end fcntl.h
start sys/stat.h
fstat
mkdir
end sys/stat.h
start netdb.h
gethostbyname
end netdb.h
start sys/time.h
gettimeofday
end sys/time.h
start arpa/inet.h
inet_addr
inet_ntoa
end arpa/inet.h
start sys/ioctl.h
ioctl
end sys/ioctl.h
start ctype.h
isalpha
iscntrl
islower
isprint
ispunct
isspace
isupper
isxdigit
tolower
toupper
end ctype.h
start wctype.h
iswalpha
iswcntrl
iswdigit
iswlower
iswprint
iswpunct
iswspace
iswupper
iswxdigit
towlower
towupper
end wctype.h
start string.h
memchr
memcmp
memcpy
memmove
memset
strcat
strchr
strcmp
strcpy
strerror
strlen
strncpy
strstr
strtok
end string.h
start time.h
mktime
time
end time.h
start sys/mman.h
mmap
munmap
end sys/mman.h
start sys/select.h
select
end sys/select.h
start locale.h
setlocale
end locale.h
start strings.h
strcasecmp
strncasecmp
end strings.h
start wchar.h
wcscmp
wcslen
wcsncpy
wmemcpy
wmemmove
wmemset
end wchar.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment