256 lines
3.8 KiB
YAML
256 lines
3.8 KiB
YAML
rizin:
|
|
- binrz/rizin/*
|
|
- librz/main/rizin.c
|
|
|
|
rz-bin:
|
|
- binrz/rz-bin/*
|
|
- librz/main/rz-bin.c
|
|
|
|
rz-diff:
|
|
- binrz/rz-diff/*
|
|
- librz/main/rz-diff.c
|
|
|
|
rz-find:
|
|
- binrz/rz-find/*
|
|
- librz/main/rz-find.c
|
|
|
|
rz-gg:
|
|
- binrz/rz-gg/*
|
|
- librz/main/rz-gg.c
|
|
|
|
rz-hash:
|
|
- binrz/rz-hash/*
|
|
- librz/main/rz-hash.c
|
|
|
|
rz-run:
|
|
- binrz/rz-run/*
|
|
- librz/main/rz-run.c
|
|
|
|
rz-asm:
|
|
- binrz/rz-asm/*
|
|
- librz/main/rz-asm.c
|
|
|
|
rz-ax:
|
|
- binrz/rz-ax/*
|
|
- librz/main/rz-ax.c
|
|
|
|
rz-sign:
|
|
- binrz/rz-sign/*
|
|
- librz/main/rz-sign.c
|
|
|
|
RzAnalysis:
|
|
- librz/analysis/**/*
|
|
|
|
RzAsm-Assembler:
|
|
- librz/asm/**/*ass*
|
|
- librz/asm/asm_x86_nz.c
|
|
|
|
RzAsm-Disassembler:
|
|
- librz/asm/**/*dis*
|
|
|
|
RzBin:
|
|
- librz/bin/**/*
|
|
|
|
RzBreakpoint:
|
|
- librz/bp/**/*
|
|
|
|
RzConfig:
|
|
- librz/config/**/*
|
|
|
|
RzCons:
|
|
- librz/cons/**/*
|
|
|
|
RzCore:
|
|
- librz/core/**/*
|
|
|
|
RzCrypto:
|
|
- librz/crypto/**/*
|
|
|
|
RzDebug:
|
|
- librz/debug/**/*
|
|
|
|
RzEgg:
|
|
- librz/egg/**/*
|
|
|
|
RzFlag:
|
|
- librz/flag/**/*
|
|
|
|
RzHash:
|
|
- librz/hash/**/*
|
|
|
|
RzIO:
|
|
- librz/io/**/*
|
|
|
|
RzLang:
|
|
- librz/lang/**/*
|
|
|
|
RzMagic:
|
|
- librz/magic/**/*
|
|
|
|
RzParse:
|
|
- librz/parse/**/*
|
|
|
|
RzDiff:
|
|
- librz/diff/**/*
|
|
|
|
RzReg:
|
|
- librz/reg/**/*
|
|
|
|
RzSearch:
|
|
- librz/search/**/*
|
|
|
|
RzSocket:
|
|
- librz/socket/**/*
|
|
|
|
RzSyscall:
|
|
- librz/syscall/**/*
|
|
|
|
RzType:
|
|
- librz/type/**/*
|
|
|
|
RzUtil:
|
|
- librz/util/**/*
|
|
|
|
API:
|
|
- librz/include/**/*
|
|
|
|
buildsystem:
|
|
- sys/**/*
|
|
|
|
command:
|
|
- librz/core/cmd*
|
|
|
|
documentation:
|
|
- doc/**/*
|
|
|
|
RZIL:
|
|
- librz/analysis/rzil/*
|
|
- librz/il/**/*
|
|
- librz/core/cil.c
|
|
|
|
FLIRT:
|
|
- librz/signature/*
|
|
- librz/include/rz_sign.h
|
|
- librz/core/csign.c
|
|
|
|
infrastructure:
|
|
- .appveyor.yml
|
|
- .travis.yml
|
|
- .lgtm.yml
|
|
- .builds/**/*
|
|
- .github/workflows/*
|
|
|
|
rz-test:
|
|
- binrz/rz-test/*
|
|
- test/**/*
|
|
|
|
visual:
|
|
- librz/core/visual.c
|
|
- librz/core/visual_tabs.inc
|
|
- librz/core/vmenus.c
|
|
- librz/core/vmenus_graph.c
|
|
|
|
panel:
|
|
- librz/core/panels.c
|
|
|
|
dietline:
|
|
- librz/cons/dietline.c
|
|
- librz/cons/line.c
|
|
|
|
ELF:
|
|
- librz/bin/format/elf/**/*
|
|
- librz/bin/p/bin_elf*
|
|
- librz/bin/p/bin_cgc.*
|
|
|
|
PE:
|
|
- librz/bin/format/pe/**/*
|
|
- librz/bin/format/mdmp/**/*
|
|
- librz/bin/p/bin_pe*
|
|
- librz/bin/p/bin_mdmp.*
|
|
|
|
Mach-O:
|
|
- librz/bin/format/mach0/**/*
|
|
- librz/bin/p/bin_mach0*
|
|
|
|
DEX:
|
|
- librz/bin/format/dex/**/*
|
|
- librz/bin/p/bin_dex.*
|
|
|
|
java:
|
|
- librz/bin/format/java/**/*
|
|
- librz/bin/p/bin_java.*
|
|
- librz/core/p/core_java.*
|
|
|
|
X86:
|
|
- librz/asm/p/*_x86_*
|
|
- librz/analysis/p/*_x86_*
|
|
- librz/bp/p/bp_x86.c
|
|
|
|
ARM:
|
|
- librz/asm/arch/arm/**/*
|
|
- librz/asm/p/*_arm_*
|
|
- librz/analysis/p/*_arm_*
|
|
- librz/debug/p/native/arm.c
|
|
- librz/bp/p/bp_arm.c
|
|
|
|
MIPS:
|
|
- librz/asm/arch/mips/**/*
|
|
- librz/asm/p/*_mips_*
|
|
- librz/analysis/p/*_mips_*
|
|
- librz/bp/p/bp_mips.c
|
|
|
|
PPC:
|
|
- librz/asm/arch/ppc/**/*
|
|
- librz/asm/p/*_ppc_*
|
|
- librz/analysis/p/*_ppc_*
|
|
- librz/bp/p/bp_ppc.c
|
|
|
|
ESIL:
|
|
- librz/analysis/esil/*
|
|
- librz/debug/p/debug_esil.c
|
|
- librz/debug/desil.c
|
|
- librz/core/cil.c
|
|
|
|
DWARF:
|
|
- librz/bin/dwarf.c
|
|
- librz/analysis/dwarf_process.c
|
|
- librz/core/cdwarf.c
|
|
|
|
PDB:
|
|
- librz/bin/pdb/**/*
|
|
- librz/include/rz_pdb.h
|
|
- librz/analysis/type_pdb.c
|
|
- librz/core/cpdb.c
|
|
|
|
GDB:
|
|
- subprojects/rzgdb/**/*
|
|
- librz/io/p/io_gdb.c
|
|
- librz/debug/p/debug_gdb.c
|
|
|
|
WinDbg:
|
|
- subprojects/rzwinkd/**/*
|
|
- librz/io/p/io_winkd.c
|
|
- librz/io/p/io_windbg.c
|
|
- librz/debug/p/debug_winkd.c
|
|
- librz/debug/p/debug_windbg.c
|
|
|
|
BSD:
|
|
- librz/debug/p/native/bsd/**/*
|
|
- librz/debug/p/native/reg/*bsd*
|
|
- librz/syscall/d/*bsd*
|
|
|
|
Windows:
|
|
- librz/analysis/d/*windows*
|
|
- librz/io/p/io_rzk_windows.*
|
|
- librz/debug/p/native/windows/**/*
|
|
- librz/debug/p/native/maps/windows*
|
|
- librz/debug/p/native/reg/windows*
|
|
- librz/core/windows_heap.c
|
|
- librz/syscall/d/windows*
|
|
|
|
MacOS:
|
|
- librz/analysis/d/*macos*
|
|
- librz/debug/p/native/xnu/**/*
|
|
- librz/debug/p/native/maps/darwin.c
|
|
- librz/debug/p/native/darwin.c
|
|
- librz/syscall/d/darwin*
|