Indis consists of a [core](http://github.com/indis/indis-core) gem, that unifies all the different target formats and architectures (which is a pretty hard task for now, when I'm focused on Mach-O ARM targets only); format processing gems (like [Mach-O](http://github.com/indis/indis-macho)), that provide support of loading the specific binary format and collecting generic info about it (stuff like virtual map of sections, symbol references, etc.); and cpu processing gems ([ARM](http://github.com/indis/indis-arm) for now).
0 commit comments