summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-08-11tools: Update commonLéo Lam
2021-08-10tools/setup: Auto-install `check` (viking)MonsterDruide1
2021-08-10tools: Migrate to external repoMonsterDruide1
2021-08-06Remove old diff.py wrapper (superseded by botw-check) and update docsLéo Lam
2021-08-05tools: Add single function check modeLéo Lam
2021-08-05tools: Refactor "check all functions" into its own functionLéo Lam
2021-08-05tools: Remove dead codeLéo Lam
2021-08-04tools: Print a note when a U function actually exists and matchesLéo Lam
2021-08-04tools: Add duplicate name checkingLéo Lam
2021-08-02tools: Do not overwrite function names with j_ names eitherLéo Lam
2021-08-02tools: Do not overwrite function names with nullsub_ and sub_Léo Lam
2021-08-01Added support for WIP function statusAlexApps99
2021-07-31Merge pull request #52 from AlexApps99/masterLéo Lam
2021-07-31Remove old tools/check.pyLéo Lam
2021-07-31Ghidra function import scriptAlexApps99
2021-07-30tools: Add a new, optimized check toolLéo Lam
2021-07-30Remove expected/Léo Lam
2021-07-27CSV formatting improvementsAlexApps99
2021-07-23tools: Use bundled copy of objdump to simplify setupLéo Lam
2021-07-23Streamline project setup by automating NSO conversion (if needed)Léo Lam
2021-07-22setup: Use subprocess.check_call instead of os.systemLéo Lam
2021-07-22Simplify build setup by adding a setup scriptLéo Lam
2021-06-28tools: Make register pair tracking more robust by using insn.regs_access()Léo Lam
2021-06-25tools: Fix check script not handling ldrb, ldrsb, etc. correctlyLéo Lam
2021-06-24tools: Fix strb and other str variants not being handledLéo Lam
2021-06-20Add tool to translate IDA types to real C++ typesLéo Lam
2021-06-15tools: Ignore excluded lib functions for rename scriptLéo Lam
2021-06-15Exclude libcurl and NintendoSDK-NEXLéo Lam
2021-04-02Add a script to suppress gdt*Flags.cpp rebuilds for faster buildsLéo Lam
2021-02-07tools: Show line number when CSV parsing failsLéo Lam
2021-01-31tools/diff: Rebuild on library changes as wellLéo Lam
2021-01-25tools: Update asm-differ and add support for -mw (make, watch)Léo Lam
2021-01-22tools: Sort decomp symbols by addressLéo Lam
2021-01-21Track AI class decompilation macro progressLéo Lam
2021-01-01identify_matching_functions_by_call: Add support for matching one fnLéo Lam
2020-12-31Add more AI matchesLéo Lam
2020-12-31Add matching AI functions to CSVLéo Lam
2020-12-31Generate AIsLéo Lam
2020-12-31Add tool to rename AI virtual functionsLéo Lam
2020-12-29tools: Optimize symbol parsingLéo Lam
2020-12-29Add tool to identify matching sead RTTI functionsLéo Lam
2020-12-29Add more missed matchesLéo Lam
2020-12-29Add more missed matchesLéo Lam
2020-12-28Action: Fix incorrect handling of inherited virtual functionsLéo Lam
2020-12-28tools: Add unknown call hook to FunctionCheckerLéo Lam
2020-12-28tools: Fix base action classes being ignored by the function matcherLéo Lam
2020-12-28Add more matching functions to the listLéo Lam
2020-12-28Generate actionsLéo Lam
2020-12-27tools: Deduplicate AI tool codeLéo Lam
2020-12-26Add script to rename Action virtual functionsLéo Lam