rizin/test/db/cmd
Alexis Ehret 33d4d081bf
Import refactor split format elf (#1187)
* Move rz_bin_elf_is_executable to a new file ##refactor

* Add documentation rz_bin_elf_is_executable ##doc

* Move rz_bin_elf_has_relro to a new file ##refactor

* Add documentation rz_bin_elf_has_relro ##doc

* Refactor rz_bin_elf_has_relro ##refactor

* Move rz_bin_elf_convert_symbol to a new file ##refactor

* Add documentation rz_bin_elf_convert_symbol ##doc

* Refactor rz_bin_elf_convert_symbol ##refactor

* Move rz_bin_elf_has_nx to a new file ##refactor

* Add documentation rz_bin_elf_has_relro ##doc

* Refactor rz_bin_elf_has_nx ##refactor

* Move rz_bin_elf_get_section to a new file ##refactor

* Add documentation rz_bin_elf_get_section ##doc

* Refactor rz_bin_elf_get_section ##refactor

* Add rz_bin_elf_is_relocatable function ##refactor

* Move rz_bin_elf_get_sections to a new file ##refactor

* Add documentation rz_bin_elf_get_sections ##doc

* Refactor get_sections_from_shdr ##refactor

* Refactor get_sections_from_dt_dynamic ##refactor

* Move rz_bin_elf_get_section_offset to a new file ##refactor

* Add documentation rz_bin_elf_get_section_offset ##doc

* Move rz_bin_elf_get_section_addr to a new file ##refactor

* Add documentation rz_bin_elf_get_section_addr ##doc

* Move rz_bin_elf_get_section_addr_end to a new file ##refactor

* Add documentation rz_bin_elf_get_section_addr_end ##doc

* Move section_flag_to_rzlist to a new file ##refactor

* Add documentation section_flag_to_rzlist ##doc

* Refactor section_flag_to_rzlist ##refactor

* Move section_type_to_string to a new file ##refactor

* Add documentation section_type_to_string ##doc

* Refactor section_type_to_string ##refactor

* Move rz_bin_elf_get_baddr to a new file ##refactor

* Add documentation rz_bin_elf_get_baddr ##doc

* Refactor rz_bin_elf_get_baddr ##refactor

* Move rz_bin_elf_get_boffset to a new file ##refactor

* Add documentation rz_bin_elf_get_boffset ##doc

* Refactor rz_bin_elf_get_boffset ##refactor

* Move rz_bin_elf_get_init_offset to a new file ##refactor

* Add documentation rz_bin_elf_get_init_offset ##doc

* Refactor rz_bin_elf_get_init_offset ##refactor

* Move rz_bin_elf_get_init_offset to a new file ##refactor

* Add documentation rz_bin_elf_get_fini_offset ##doc

* Refactor rz_bin_elf_get_fini_offset ##refactor

* Move rz_bin_elf_get_entry_offset to a new file ##refactor

* Refactor rz_bin_elf_get_entry_offset ##refactor

* Move rz_bin_elf_get_main_offset to a new file ##refactor

* Add documentation rz_bin_elf_get_main_offset ##doc

* Refactor rz_bin_elf_get_main_offset ##refactor

* Move rz_bin_elf_get_stripped to a new file ##refactor

* Add documentation rz_bin_elf_get_stripped ##doc

* Refactor rz_bin_elf_get_stripped ##refactor

* Move rz_bin_elf_interp to a new file ##refactor

* Add documentation rz_bin_elf_intrp ##doc

* Refactor rz_bin_elf_intrp ##refactor

* Move rz_bin_elf_is_static to a new file ##refactor

* Add documentation rz_bin_elf_is_static ##doc

* Refactor rz_bin_is_static ##refactor

* Move rz_bin_elf_get_data_encoding to a new file ##refactor

* Add documentation rz_bin_elf_get_data_encoding ##doc

* Refactor rz_bin_elf_get_data_encoding ##refactor

* Refactor rz_bin_elf_has_va ##refactor

* new file
* add documentation

* Move rz_bin_elf_get_arch to a new file ##refactor

* Add documentation rz_bin_elf_get_arch ##doc

* Refactor rz_bin_elf_get_arch ##refactor

* Move rz_bin_elf_get_abi to a new file ##refactor

* Add documentation rz_bin_elf_get_abi ##doc

* Refactor rz_bin_elf_get_abi ##refactor

* Move rz_bin_elf_get_cpu to a new file ##refactor

* Add documentation rz_bin_elf_get_cpu ##doc

* Refactor rz_bin_elf_get_cpu ##refactor

* Move rz_bin_elf_get_head_flag to a new file ##refactor

* Add documentation rz_bin_elf_get_head_flag ##doc

* Refactor rz_bin_elf_get_head_flag ##refactor

* Move rz_bin_elf_get_machine_name to a new file ##refactor

* Add documentation rz_bin_elf_get_machine_name ##doc

* Refactor rz_bin_elg_get_machine_name ##refactor

* Move rz_bin_elf_get_file_type to a new file ##refactor

* Add documentation rz_bin_elf_get_file_type ##doc

* Refactor rz_bin_elf_get_file_type ##refactor

* Move rz_bin_elf_get_elf_class to new file ##refactor

* Add documentation rz_bin_elf_get_elf_class ##doc

* Refactor rz_bin_elf_get_elf_class ##refactor

* Move rz_bin_elf_get_bits to a new file ##refactor

* Add documentation rz_bin_elf_get_bits ##doc

* Refactor rz_bin_elf_get_bits ##refactor

* Move rz_bin_elf_get_osabi_name to a new file ##refactor

* Add documentation rz_bin_elf_get_osabi_name ##doc

* Refactor rz_bin_elf_get_osabi_name ##refactor

* Move rz_bin_elf_grab_regstate to a new file ##refactor

* Add documentation rz_bin_grab_regstate ##refactor

* Refactor rz_bin_elf_grab_regstate ##refactor

* Move rz_bin_elf_is_big_endian to a new file ##refactor

* Move rz_bin_elf_get_rpath to a new file ##refactor

* Add documentation rz_bin_elf_get_rpath ##refactor

* Refactor rz_bin_elf_get_rpath ##refactor

* Move rz_bin_elf_get_libs to a new file ##refactor

* Add documentation rz_bin_elf_get_libs ##refactor

* Refactor rz_bin_elf_get_libs ##refactor

* Move rz_bin_elf_convert_import to a new file ##refactor

* Move rz_bin_elf_get_fields to a new file ##refactor

* Add documentation rz_bin_elf_get_fields ##doc

* Refactor rz_bin_elf_get_fields ##refactor

* Move rz_bin_elf_free to a new file ##refactor

* Add documentation rz_bin_elf_free ##doc

* Refactor rz_bin_elf_free ##refactor

* Add rz_bin_elf_get_layout RZ_IPI ##refactor

* Add rz_bin_elf_is_sh_index_valid RZ_IPI ##refactor

* Move rz_bin_elf_new_buf to a new file ##refactor

* Add rz_bin_elf_init_ehdr RZ_IPI ##refactor

* Add rz_bin_elf_init_phdr RZ_IPI ##refactor

* Add rz_bin_elf_init_shdr RZ_IPI ##refactor

* Add rz_bin_elf_init_shstrtab RZ_IPI ##refactor

* Add rz_bin_elf_init_dynstr RZ_IPI ##refactor

* Add rz_bin_elf_init_strtab RZ_IPI ##refactor

* Add rz_bin_init_dynamic_section RZ_IPI ##refactor

* Add rz_bin_elf_init_notes RZ_IPI ##refactor

* Add rz_bin_elf_get_version_info_gnu_verneed RZ_IPI ##refactor

* Add rz_bin_elf_get_version_info_gnu_verdef RZ_IPI ##refactor

* Add rz_bin_elf_get_number_of_dynamic_symbols RZ_IPI ##refactor

* Add rz_bin_elf_get_version_info_gnu_versym RZ_IPI ##refactor

* Move rz_bin_elf_get_sp_val to a new file ##refactor

* Add documentation rz_bin_elf_get_sp_val ##doc

* Refactor rz_bin_elf_get_sp_val ##refactor

* Move rz_bin_elf_p2v(_new) to a new file ##refactor

* Move rz_bin_elf_v2p(_new) to a new file ##refactor

* Move rz_bin_elf_compiler to a new file ##refactor

* Add documentation rz_bin_elf_compiler ##doc

* Refactor rz_bin_elf_compiler ##refactor

* Remove unused function definition ##refactor

* Move rz_bin_elf_get_relocs to a new file ##refactor

* Add documentation rz_bin_elf_get_relocs ##refactor

* Move elf_write to deprecated file ##refactor

* Add rz_bin_elf_set_import_by_ord.inc, rz_bin_elf_get_import_addr rZ_IPI ##refactor

* Add rz_bin_elf_symbol_type_to_str RZ_IPI ##refactor

* Add rz_bin_elf_symbol_bind_to_str RZ_IPI ##refactor

* Add rz_bin_elf_get_symbols_with_type_from_phdr RZ_IPI ##refactor

* Add rz_bin_elf_get_symbols_from_phdr RZ_IPI ##refactor

* Move rz_bin_elf_get_symbols to a new file ##refactor

* Move rz_bin_elf_get_imports to a new file ##refactor

* Refactor elf plugin architecture
2021-06-07 11:02:51 +08:00
..
0000 Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
archs Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
backtickgrep Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
basic Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
bitmask Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
bug_3788 Fix tests 2021-01-05 23:33:32 -06:00
bug_backtick Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
bug_duplicate_vtables Simply implement constructor detection and improve acll output pattern (#852) 2021-03-17 22:43:52 +08:00
cmd_0 Remove lines cache (#343) 2021-01-12 00:35:24 +01:00
cmd_aae
cmd_ab Adjust tests 2021-04-21 15:26:35 +02:00
cmd_ac Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_acll Fix a bug that causes normal function recognized as constructor (#898) 2021-03-25 08:34:18 +01:00
cmd_aea Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_aecb Disable unnecessary io.cache in tests (#1190) 2021-06-04 15:06:02 +02:00
cmd_aek Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_aes Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_aesb Disable unnecessary io.cache in tests (#1190) 2021-06-04 15:06:02 +02:00
cmd_aex Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_af Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_afb Move 'afb' commands to newshell 2021-02-20 16:11:00 +08:00
cmd_afcl librz/core/*.c refactor for RzTypes extraction 2021-03-05 17:41:57 +08:00
cmd_afl Remove now-obsolete io.cache check for ELF Reloc Patching and add more Tests 2021-05-17 17:23:19 +08:00
cmd_afn Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_afv Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_afvd Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_ag
cmd_agC
cmd_agf Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_ah Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_ahi Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_aii Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_alias Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_an
cmd_ao Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_ara Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_arp Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_att Disable function size by default ##breaking (#669) 2021-02-28 15:05:10 +02:00
cmd_av
cmd_avr Simply implement constructor detection and improve acll output pattern (#852) 2021-03-17 22:43:52 +08:00
cmd_ax Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_b Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_c
cmd_Ch
cmd_cond Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_dh Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_disassembly Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_dmh Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_dr Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_dr_equal Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_ds Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_ec Add hexview on rz-diff (#1148) 2021-05-22 02:13:20 +08:00
cmd_env Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_eval Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_extend Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_flags Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_flags_stress Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_fnj Fix Confusion of Reloc Source and Target Addresses 2021-05-05 21:54:36 +08:00
cmd_foreach Remove now-obsolete io.cache check for ELF Reloc Patching and add more Tests 2021-05-17 17:23:19 +08:00
cmd_fuzzed Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_graph Disable unnecessary io.cache in tests (#1190) 2021-06-04 15:06:02 +02:00
cmd_hash Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_help Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_i Import refactor split format elf (#1187) 2021-06-07 11:02:51 +08:00
cmd_idp Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_interactive_modes Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_interpret Rename newshell to rzshell and parser commands to statements 2021-04-22 19:45:14 +08:00
cmd_json Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_k Extracting types handling into RzType (librz/type) ##refactor (#896) 2021-04-06 18:04:00 +08:00
cmd_list Remove defunct Dyldcache Xtr Plugin 2021-05-31 12:13:23 +02:00
cmd_long_string
cmd_macros Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_meta Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_open Remove now-obsolete io.cache check for ELF Reloc Patching and add more Tests 2021-05-17 17:23:19 +08:00
cmd_ownshell Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_p-
cmd_pa Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pad Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pae Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pB Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pc Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pd Remove now-obsolete io.cache check for ELF Reloc Patching and add more Tests 2021-05-17 17:23:19 +08:00
cmd_pd2 Disable unnecessary io.cache in tests (#1190) 2021-06-04 15:06:02 +02:00
cmd_pd_bugs Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pd_bytes Set asm.tabs to 6 and enable asm.tabs.once by default ##config (#290) 2021-01-04 17:45:35 +02:00
cmd_pde Fix Confusion of Reloc Source and Target Addresses 2021-05-05 21:54:36 +08:00
cmd_pdj Set asm.tabs to 6 and enable asm.tabs.once by default ##config (#290) 2021-01-04 17:45:35 +02:00
cmd_pdr Disable unnecessary io.cache in tests (#1190) 2021-06-04 15:06:02 +02:00
cmd_pdx Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pf Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pf2 Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pf_elf Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pf_write Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pFb Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pfd Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pg Convert pg commands to newshell (#1152) 2021-05-24 12:59:48 +08:00
cmd_ph Refactoring rz-hash, crypto and hashes interfaces (#1072) 2021-04-26 11:07:52 +02:00
cmd_pi
cmd_pif Fix tests 2021-01-05 23:33:32 -06:00
cmd_pipe Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pix Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_print Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_print_misc Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_ps New string information API (#1068) 2021-05-06 19:43:49 +08:00
cmd_psj New string information API (#1068) 2021-05-06 19:43:49 +08:00
cmd_px Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pxd Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pxw Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_question
cmd_r
cmd_repeats Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_rop AVR LGPL Assembler and Disassembler + tests (#1028) 2021-04-16 10:01:39 +08:00
cmd_search Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_search_hit Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_search_in
cmd_seek Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_shift Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_system Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_task Rename newshell to rzshell and parser commands to statements 2021-04-22 19:45:14 +08:00
cmd_tc Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_tcc Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_tmpbuf
cmd_to Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_visual Mark the test for pg as broken (#1129) 2021-05-14 01:22:32 +08:00
cmd_w Disable unnecessary io.cache in tests (#1190) 2021-06-04 15:06:02 +02:00
cmd_wfs Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_wop Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_wox Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_yank
cmd_zignature Rename newshell to rzshell and parser commands to statements 2021-04-22 19:45:14 +08:00
cmds Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
comments Fix tests 2021-01-05 23:33:32 -06:00
data Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
describe Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
display_flag Set asm.tabs to 6 and enable asm.tabs.once by default ##config (#290) 2021-01-04 17:45:35 +02:00
dwarf Remove sdb_types access from RzAnalysisVar 2021-04-12 21:00:02 +08:00
echo Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
egg Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
elf
err
feat_arithmetic Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_arroba Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_astabs Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_base64 Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_cmdsubst Add test for command substitution in statements args 2021-03-09 08:06:32 +01:00
feat_foreach Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_graphdiff Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_grep Fix grep cmd when used with neg and begin ~!^ (#1143) 2021-05-18 11:46:12 +02:00
feat_input Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_quote Rename newshell to rzshell and parser commands to statements 2021-04-22 19:45:14 +08:00
feat_redirect Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_segoff
feat_variables Add alignment to iSS and iS commands where appropriate 2021-04-26 18:35:23 +08:00
feat_yank Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
file_malloc
hash Fix tests 2021-01-05 23:33:32 -06:00
hex Fix tests 2021-01-05 23:33:32 -06:00
lea_intel Set asm.tabs to 6 and enable asm.tabs.once by default ##config (#290) 2021-01-04 17:45:35 +02:00
m68k Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
malloc Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
manyundo commands: rename sH to sh 2021-02-20 18:22:17 +08:00
md5sha1 Refactoring Hash (#1082) 2021-05-02 20:47:17 +08:00
metadata Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
midbb Disable unnecessary io.cache in tests (#1190) 2021-06-04 15:06:02 +02:00
midflags Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
mm_search_issue
noreturn Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
print Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
print_bug
project Remove now-obsolete io.cache check for ELF Reloc Patching and add more Tests 2021-05-17 17:23:19 +08:00
regexp Rename newshell to rzshell and parser commands to statements 2021-04-22 19:45:14 +08:00
retries Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
section-mapping
seekbug
shell Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
sidbug Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
simple-elf Set asm.tabs to 6 and enable asm.tabs.once by default ##config (#290) 2021-01-04 17:45:35 +02:00
singleline
spaces
structures Use newshell for tn and td commands 2021-02-26 18:43:23 +08:00
sugar Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
tables Remove now-obsolete io.cache check for ELF Reloc Patching and add more Tests 2021-05-17 17:23:19 +08:00
types Remove now-obsolete io.cache check for ELF Reloc Patching and add more Tests 2021-05-17 17:23:19 +08:00
undoredo commands: rename sH to sh 2021-02-20 18:22:17 +08:00
unified Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
utf32
va
warnings Add missing registers for dwarf reg mapping in x86 (#1151) 2021-05-19 19:34:46 +02:00
write Disable unnecessary io.cache in tests (#1190) 2021-06-04 15:06:02 +02:00