Skip to content

SiSTR0/sce_symbols

 
 

Repository files navigation

sce_symbols

General repository of names and symbols from SCE

Easy shortcuts:

get symbols list:

nm name of elf > list.txt

cut first N characters of list (useful for trimming the addresses):

cut -cN- list.txt

sort automatically and only include unique words:

sort -u list.txt > final_list.txt

CREDITS

  • flatz, SocraticBliss, Proxima, Jevinskie

for the shortcuts

About

General repository of names and symbols from SCE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%