Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/decompals/findcode

Uses some heuristics to locate regions of code in a given N64 rom
https://github.com/decompals/findcode

Simplified has_zero_output

07472cd381e5e3029c33838c45e763cf76b697a6 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Fixed bug causing only the first quarter of the rom to be checked, added some more heuristics

b950552cbec70899cfe9d6f1f7a2f34b33e4cad7 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Marked 3x identical loads/stores as invalid, got rid of redundant is_store/is_load functions

0190af46e8c1ed0e4511f579d7fab7dcecaec851 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Added unlicense

8227c61aaf32e10f375825da5d880563ad6692af authored about 2 years ago by Mr-Wiseguy <[email protected]>
Improved handling of trailing microcode in a code region

b965051127aff92c810d7cf653815365aafcc721 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Mark segments that contain RSP-exclusive instructions

34f7116ff3e97c65f886882eb18e3c1085373291 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Made stores relative to invalid as starting instructions

1c5d1c691c1a1a270b6af6eef929b1b9d7224f60 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Fixed const correctness with rom spans

6537bcdfd891d03507f31b8903a0c27bd8a8f918 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Restructured code to allow use as a library

22b7b106d81a83d13796db498d82f5cb01aec075 authored about 2 years ago by Mr-Wiseguy <[email protected]>
More invalid code detection, made loads to valid again as ido can generate them

012cff8e178dc6c357ec6151c529975068075789 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Added more invalid code conditions

1bf4252a3af078534d48347c5b833974b7742014 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Implemented scanning the beginning of a code region for invalid starting instructions

6907fb77a856eb66368d4a60c444bb88dfeea405 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Implemented merging of nearby code regions if valid RSP microcode exists between them

587c24265337e7f282701833295cb6e89453667c authored about 2 years ago by Mr-Wiseguy <[email protected]>
Initial implementation

Searches for jr ra instructions in the rom, then looks forward/backwards from them to find valid...

39baf2a64ae1b17d639a7771dbf152ded8404839 authored about 2 years ago by Mr-Wiseguy <[email protected]>
Initial commit with fmtlib and rabbitizer submodules

14fdb556261886ece6c6aa3073e92e42ea6d04ca authored about 2 years ago by Mr-Wiseguy <[email protected]>