sotn-decomp/tools/function_finder
sozud 74560d8545
Function finder fixes (#1466)
Currently function_finder misses functions since we don't continue to
fetch if there's another page of results. However just increasing the
page size makes the script super slow.

This adds caches to the zip file and result fetching to try and get this
running at a reasonable speed for `weapon`. We also fetch until `next`
is null and increase the page size so all the results are fetched. This
runs about 12 minutes on my system now. Results look like this
https://gist.github.com/sozud/69aeafcc671d6354da474db952e8afef
2024-08-02 12:28:12 -07:00
..
function_finder_psp.py Integrate psp function finder (#1293) 2024-06-17 15:52:17 -07:00
function_finder_psx.py Compare function similiarity in function_finder (#1432) 2024-07-25 08:30:34 +01:00
function_finder_saturn.py Function finder refactoring (#399) 2023-07-27 21:32:29 -07:00
helpers.py Function finder fixes (#1466) 2024-08-02 12:28:12 -07:00