summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-12-25tools: Add script to show non-trivial AI class hierarchiesLéo Lam
2020-12-23Generate query factories as wellLéo Lam
2020-12-22Generate stubs for queriesLéo Lam
2020-12-18tools/rename_functions_in_ida: Drop support for IDA <7.4Léo Lam
2020-12-10tools: Remove AI class progress counterLéo Lam
2020-12-02tools: Update asm-differLéo Lam
2020-11-22tools/util: Ignore unknown data symbolsLéo Lam
2020-11-22tools/progress: Add option to print CSV lineLéo Lam
2020-11-11tools: Add support for data symbol checking for GOT entriesLéo Lam
2020-11-11tools/check: Improve error reportingLéo Lam
2020-11-11tools: Read entire ELF ahead of time to reduce seek/read overheadLéo Lam
2020-11-11ksys/gdt: Implement Manager increase functionsLéo Lam
2020-11-11ksys/gdt: Add reset wrappers to Manager and CommonFlagsLéo Lam
2020-11-11tools/check: Only print mismatch details if they existLéo Lam
2020-11-11tools: Add IDA script to get rid of function tailsLéo Lam
2020-11-10Fix matching errorsLéo Lam
2020-11-10tools: Print mismatch causeLéo Lam
2020-11-10tools: Add function call checkingLéo Lam
2020-11-10data: Add functions that were missed because of IDA's function tail systemLéo Lam
2020-11-10tools: Update asm-differLéo Lam
2020-11-09tools: Add script to automatically identify matchesLéo Lam
2020-11-09tools: Do not use a global capstone disassembler instanceLéo Lam
2020-11-09tools: Deduplicate codeLéo Lam
2020-11-09ksys/gdt: Fix array getters/setters being generated incorrectlyLéo Lam
2020-11-09ksys/gdt: Fix several issues in the gdtCommonFlags generation scriptLéo Lam
2020-11-09ksys/gdt: Add getFlagGenericBool/S32Léo Lam
2020-11-09ksys/gdt: Do not inline gdtCommonFlagsUtils functionsLéo Lam
2020-11-09ksys/gdt: Add more flag utilitiesLéo Lam
2020-11-08tools: Add a script to print vtablesLéo Lam
2020-11-07tools/check: Handle address differences for str/stp as wellLéo Lam
2020-11-06ksys/gdt: Add common flagsLéo Lam
2020-11-01tools/check: Avoid recreating capstone instances all the timeLéo Lam
2020-11-01tools/check: Fix adrp_pair_registers not being updated for identical instruct...Léo Lam
2020-11-01Compare non-matching functions against expected outputLéo Lam
2020-11-01tools: Reformat progressLéo Lam
2020-10-16tools: Update asm-differLéo Lam
2020-10-06Check for non-matching functions that now matchLéo Lam
2020-10-03tools: Fix local symbols being ignored by print_decomp_symbolsLéo Lam
2020-09-24ci: Check matching functions for each push and PR buildLéo Lam
2020-09-24tools: Add a tool to check all matchings for diffsLéo Lam
2020-09-22tools: Update asm-differLéo Lam
2020-09-22tools/diff: Accept demangled names as wellLéo Lam
2020-09-20tools: Update asm-differLéo Lam
2020-09-19tools/generate_bgparamlist_struct: Represent floats with reasonable precisionLéo Lam
2020-09-19tools/generate_bgparamlist_struct: Generate includes as wellLéo Lam
2020-09-19Add a tool to automatically generate GParamList object struct+ctorLéo Lam
2020-09-08tools: Add a script to rename functions in IDALéo Lam
2020-09-07tools: Clean up the progress scriptLéo Lam
2020-08-21Bundle aarch64-none-elf-objdump 2.33 from Arm to simplify setupLéo Lam
2020-08-21tools: Fix Python 3.6 compatibilityLéo Lam