Skip to content

Find code and attempt to determine the compiler, microcode, libultra version, compression, etc.

License

Notifications You must be signed in to change notification settings

EllipticEllipsis/n64rom_analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n64rom_analyser

Find code and attempt to determine the compiler, microcode, libultra version, compression, etc.

  • src/findcode is mostly a Rust reimplementation of findcode.
  • src/compiler.rs is a collection of heuristics for determining which compiler(s) a game might have used (although currently is only actually good at distinguishing GCC and IDO)
  • src/compression.rs covers various compression algorithms that are easy to spot (currently Yaz0, Yay0, MIO0)
  • src/ngrams.rs crude first attempt at an ngrams library

About

Find code and attempt to determine the compiler, microcode, libultra version, compression, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages