Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages