Skip to content

SiSTR0/sce_symbols

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with zecoxao/sce_symbols:main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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%