rizin/test/db/cmd
Anton Kochkov 0d362aab25 test: do not pin a libm pow() result to full precision
% 2**4.5 asserted both the %.17g rendering and the exact bit pattern of
pow(2.0, 4.5). The exact value is 22.62741699796952078...; glibc and the
UCRT return the correctly rounded 0x4036a09e667f3bcd, while FreeBSD and
NetBSD return 0x4036a09e667f3bcc, one ULP low. msun's pow is documented as
under one ULP, not correctly rounded, so the test asserted bit-exact libm
behaviour for a transcendental and could not pass everywhere.

Filter the output down to the rounded line, which every implementation
within one ULP agrees on. The full float/scifmt/hex table stays covered by
the tests whose results are exactly representable.
2026-07-24 10:36:25 +02:00
..
0000 Optimize tests for db/formats (#6051) 2026-04-25 12:59:03 +08:00
archs Support Siemens/Infineon C16x microcontroller (#6321) 2026-05-12 21:17:37 +08:00
backtickgrep Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
basic librz/bin: define string search parameters in plugins (#5406) 2025-10-08 10:02:32 +08:00
bitmask Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
bug_3788 String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
bug_backtick Remove broken from working & correct tests (#5607) 2025-12-11 21:51:15 +08:00
bug_duplicate_vtables Update libdemangle (#5850) 2026-02-19 12:20:29 +08:00
cmd_0 Optimize cmd_0 tests. 2026-07-07 23:14:47 +08:00
cmd_a8 Convert opex to use RzStructuredData (#5613) 2025-12-16 15:21:44 +08:00
cmd_a_capital_o esil: remove esilcost (#5205) 2025-06-11 17:10:49 +00:00
cmd_aae Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
cmd_ab Add all call and other xrefs to the abl output (#6269) 2026-06-21 13:02:40 +08:00
cmd_ac refactor: SwissTable implementation for ht (#5860) 2026-03-02 12:31:35 +08:00
cmd_acll Recognize objc_msgSendSuper2 and objc rtti information (#6529) 2026-07-02 11:10:20 +08:00
cmd_ad Improve ARM/AArch64 DATA xrefs analysis (#6506) 2026-06-14 21:10:30 +08:00
cmd_aea Port ae commands to RzShell (#4732) 2024-11-26 21:19:40 +08:00
cmd_aecb Updated all tests 2022-11-01 10:58:16 +08:00
cmd_aek Merge aek- regression test into previous one (#6077) 2026-03-24 22:22:10 +08:00
cmd_aes Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
cmd_aesb Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_aex Rewrite ar and dr with newshell (#2006) 2021-12-06 19:02:43 +01:00
cmd_aez librz/analysis: add RZ_ANALYSIS_IL_STEP_UNIMPLEMENTED_IL (#4887) 2025-02-10 00:45:38 +08:00
cmd_af librz/arch/dwarf: fix range-size underflow when picking a loclist's representative location (#6474) 2026-06-10 16:14:28 +08:00
cmd_afb Omitted reflines when internal grep ~ is used (#6062) 2026-04-04 12:03:06 +00:00
cmd_afcl Improve mips args & prelude detection (#6320) 2026-05-10 22:32:23 +08:00
cmd_afl Reduce false postives for xrefs based on register+offset. (#5022) 2025-03-22 18:22:25 +08:00
cmd_afn Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_afv Expose constrained types to user and analysis (#6480) 2026-06-12 02:36:35 +08:00
cmd_afvd Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_ag Uniquify function flag realnames (#6601) 2026-07-05 22:33:25 +08:00
cmd_agC Convert ag to rzshell (#2916) 2022-08-22 08:16:14 +08:00
cmd_agf Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
cmd_ah librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cmd_ahi librz/arch: render flag-enum operands as an OR of members (#2344) (#6450) 2026-06-02 04:22:25 +08:00
cmd_aii Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_aL Capstone eBPF disassembly (#6611) 2026-07-19 17:51:24 +08:00
cmd_alias $: Use rz_flag_get to check if flag exists (#4377) 2024-03-22 22:12:20 +08:00
cmd_an Convert f commands to rzshell 2022-02-03 21:46:42 +08:00
cmd_ao Fix endianness issues on s390x (#5940) 2026-02-19 23:13:18 +08:00
cmd_ar librz/reg: derive CC with more than four argument registers (#6600) 2026-07-06 03:35:41 +08:00
cmd_ara librz/reg: derive CC with more than four argument registers (#6600) 2026-07-06 03:35:41 +08:00
cmd_arp Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_as Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00
cmd_asn1 Fix small mistake on x509 structure. (#5690) 2025-12-27 19:00:27 +08:00
cmd_att Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
cmd_av use pj in vtable (#18069) 2020-12-22 08:26:41 +08:00
cmd_avD Recognize objc_msgSendSuper2 and objc rtti information (#6529) 2026-07-02 11:10:20 +08:00
cmd_avg Expose constrained types to user and analysis (#6480) 2026-06-12 02:36:35 +08:00
cmd_avr table: Right-align number columns (#4849) 2025-01-19 23:00:37 +08:00
cmd_avx refactor: SwissTable implementation for ht (#5860) 2026-03-02 12:31:35 +08:00
cmd_ax refactor: SwissTable implementation for ht (#5860) 2026-03-02 12:31:35 +08:00
cmd_b Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_basefind Fix endianness issues on s390x (#5940) 2026-02-19 23:13:18 +08:00
cmd_c Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00
cmd_Ch Move test/new/* into test/ ##tests (#16511) 2020-04-13 19:49:23 +02:00
cmd_cond Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
cmd_cop Feature: JOP and COP support (#6257) 2026-05-11 09:56:35 +00:00
cmd_coverage bin/elf: do not disassemble allocated string tables (.dynstr) as code (#6436) 2026-05-31 04:01:21 +08:00
cmd_dh Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_disassembly Omitted reflines when internal grep ~ is used (#6062) 2026-04-04 12:03:06 +00:00
cmd_dmhg shell: move all heap parsing commands under dmh (#6050) 2026-03-21 02:44:59 +08:00
cmd_dmhw Refactor windows heap parser (#6014) 2026-04-10 15:46:11 +08:00
cmd_dr Updated all tests 2022-11-01 10:58:16 +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 librz/cons: new "underwater" color theme (#6538) 2026-06-20 21:57:01 +08:00
cmd_egg refactor: SwissTable implementation for ht (#5860) 2026-03-02 12:31:35 +08:00
cmd_env Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
cmd_eval Change rz_config variables to use Set instead of List (#6623) 2026-07-23 15:09:58 +00:00
cmd_extend Convert 'we' commands to rzshell (#2325) 2022-02-16 09:31:50 +00:00
cmd_flags Uniquify function flag realnames (#6601) 2026-07-05 22:33:25 +08:00
cmd_flags_stress Convert f commands to rzshell 2022-02-03 21:46:42 +08:00
cmd_foreach bin/elf: do not disassemble allocated string tables (.dynstr) as code (#6436) 2026-05-31 04:01:21 +08:00
cmd_fuzzed Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
cmd_graph refactor: add hashtable-based RzGraph implementation (#6152) 2026-04-08 04:01:40 +08:00
cmd_hash Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
cmd_help netbsd /z??: Fix wrap point for utf8 word '"и.{3}м"' when scr.columns=70 (#5608) 2025-12-11 21:51:51 +08:00
cmd_http_post Replace current regex engine with PCRE2 (#4185) 2024-02-05 12:51:16 +08:00
cmd_i librz/bin: handle PLT sections properly (#6499) 2026-06-13 02:20:41 +08:00
cmd_idp Fix PDB virtual functions recognition in analysis (#6472) 2026-06-10 11:55:21 +08:00
cmd_interactive_modes Fix x-axis address overflow in histogram (#6563) 2026-07-23 15:06:28 +00:00
cmd_interpret Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
cmd_jop Feature: JOP and COP support (#6257) 2026-05-11 09:56:35 +00:00
cmd_json Add JSON projection grep (#6522) 2026-06-22 17:17:20 +00:00
cmd_k librz/reg: derive CC with more than four argument registers (#6600) 2026-07-06 03:35:41 +08:00
cmd_list Capstone eBPF disassembly (#6611) 2026-07-19 17:51:24 +08:00
cmd_long_string Move test/new/* into test/ ##tests (#16511) 2020-04-13 19:49:23 +02:00
cmd_macros librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cmd_mark librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cmd_math test: do not pin a libm pow() result to full precision 2026-07-24 10:36:25 +02:00
cmd_meta Omitted reflines when internal grep ~ is used (#6062) 2026-04-04 12:03:06 +00:00
cmd_open Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_ownshell Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_p- bin/elf: do not disassemble allocated string tables (.dynstr) as code (#6436) 2026-05-31 04:01:21 +08:00
cmd_p6 Port command p6 to new shell (#2819) 2022-07-19 18:11:00 +08:00
cmd_p_capital_c Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00
cmd_pa refactor: remove RzAsm struct from the public APIs (#6089) 2026-03-26 01:57:42 +08:00
cmd_pad Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
cmd_pae Port command pa to new shell (#2824) 2022-07-20 17:55:30 +00:00
cmd_pB Fix behaviour of pb and ensure buffer is always smaller than block. 2026-07-07 23:14:47 +08:00
cmd_pc Expand pc commands to accept size argument (#3738) 2023-08-10 22:55:25 +08:00
cmd_pd Uniquify function flag realnames (#6601) 2026-07-05 22:33:25 +08:00
cmd_pd2 Allow seek to flag realnames (#6593) 2026-07-14 16:12:05 +02:00
cmd_pd_bugs test: fix some broken tests in pd, af, and x86_32‎ analysis (#6128) 2026-04-15 23:02:14 +08:00
cmd_pd_bytes Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
cmd_pde Uniquify function flag realnames (#6601) 2026-07-05 22:33:25 +08:00
cmd_pdj Omitted reflines when internal grep ~ is used (#6062) 2026-04-04 12:03:06 +00:00
cmd_pdr Fix endianness issues on s390x (#5940) 2026-02-19 23:13:18 +08:00
cmd_pf librz/type: fix orphan '*' when emitting pf format for typedef'd void*/char* (#6420) 2026-05-29 09:06:28 +08:00
cmd_pf2 test: fix some pf tests (#6492) 2026-06-10 18:45:38 +08:00
cmd_pf_elf Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_pf_new Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_pf_short Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_pf_write test: fix some pf tests (#6492) 2026-06-10 18:45:38 +08:00
cmd_pFb Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_pfd Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_ph Fix all db/cmd tests 2021-10-27 09:31:50 +02:00
cmd_pi Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00
cmd_pif Fix tests 2021-01-05 23:33:32 -06:00
cmd_pipe librz/bin: refactor feature detection on RzBin (#6188) 2026-04-10 02:25:35 +08:00
cmd_pipeline shell: pipe support for uniq and sort commands (#5580) 2025-12-10 19:09:30 +08:00
cmd_pix Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
cmd_pl_capital_f shell: fix output indentation in plF command (#6198) 2026-04-12 19:33:18 +08:00
cmd_plf librz/arch: x86 IL: Avoid unnecessary ADD(<...>, 0) (#6213) 2026-04-12 13:53:24 +08:00
cmd_pointer Fix endianness issues on s390x (#5940) 2026-02-19 23:13:18 +08:00
cmd_print librz/cons/histogram: revamp visual horizontal histogram (#6365, #4431) (#6440) 2026-06-07 14:00:31 +08:00
cmd_print_misc Refactoring for rz_print_2bpp_* and ps<cmd> (#2376) 2022-03-04 15:30:46 +01:00
cmd_ps unicode version update (#6595) 2026-07-19 17:54:12 +08:00
cmd_psj String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
cmd_pt $: Add rzshell façade (#4314) 2024-03-02 17:11:02 +08:00
cmd_pv Fix segfault of pv command. (#4883) 2025-02-10 00:43:56 +08:00
cmd_px Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_pxd Fix endianness issues on s390x (#5940) 2026-02-19 23:13:18 +08:00
cmd_pxw Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00
cmd_question Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_r Convert ps to newshell (#3451) 2023-04-06 08:43:04 +08:00
cmd_repeats Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_rop librz/core: implement ROP/JOP/COP gadget cache (#6328) 2026-05-24 21:48:42 +08:00
cmd_search librz/bin: handle PLT sections properly (#6499) 2026-06-13 02:20:41 +08:00
cmd_search_a librz/core/tui: fix panel mode and visual modes cmd format and redundant quotes (#6520) 2026-06-18 11:06:17 +08:00
cmd_search_crypto Extend ASN.1/PKCS7/X.509 to dump structures (#5656) 2025-12-22 09:41:56 +08:00
cmd_search_F Port /F to RzShell. 2025-03-08 22:52:54 +08:00
cmd_search_g Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
cmd_search_hash Add entropy cmds and detail struct for value extraction (#5007) 2025-03-18 23:50:12 +08:00
cmd_search_hit librz/bin: define string search parameters in plugins (#5406) 2025-10-08 10:02:32 +08:00
cmd_search_in String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
cmd_search_m Add entropy cmds and detail struct for value extraction (#5007) 2025-03-18 23:50:12 +08:00
cmd_search_v Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00
cmd_search_x librz/bin/elf: add some missing MIPS relocs (#6348) 2026-05-14 00:52:59 +08:00
cmd_search_z util: extend string search with user-defined printable characters (#6161) 2026-05-01 22:47:14 +08:00
cmd_seek librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
cmd_shift Convert 'we' commands to rzshell (#2325) 2022-02-16 09:31:50 +00:00
cmd_signature rz-sign: fix CRLF handling in FLIRT .pat parsing (#5707) 2025-12-31 23:45:57 +08:00
cmd_string Improve performance of string search. (#5262) 2025-09-11 22:29:20 +08:00
cmd_system echo: Allow literal $ printing (#5059) 2025-04-02 19:25:20 +08:00
cmd_task Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
cmd_tc librz/core: Add ica, ics, pfa commands (#6039) 2026-03-17 22:56:24 +08:00
cmd_tcc librz/reg: derive CC with more than four argument registers (#6600) 2026-07-06 03:35:41 +08:00
cmd_tmpbuf Move test/new/* into test/ ##tests (#16511) 2020-04-13 19:49:23 +02:00
cmd_to Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
cmd_txl fix use-after-free in txl command (#5980) 2026-03-04 14:33:08 +00:00
cmd_type_rename librz/type: add tr command to rename a type and its references (#4016) 2026-06-01 05:04:05 +08:00
cmd_typeclass type: add tk commands to list and manage typeclasses (#3381) 2026-06-02 13:43:11 +08:00
cmd_visual librz/config: merge graph.offset into asm.offset (#5596) 2025-12-10 14:52:21 +08:00
cmd_w Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00
cmd_wD Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00
cmd_wfs Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
cmd_wox String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
cmd_yank Fix all db/cmd tests 2021-10-27 09:31:50 +02:00
cmds Fix #4816: Apply @ temp operators from left to right (#4826) 2025-01-08 20:14:18 +08:00
comments librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
data Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
describe Convert wa commands to rzshell (#2293) 2022-02-09 18:49:11 +08:00
display_flag Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
dwarf librz/core/disasm: dedup symbol name when realname is used (#6518) 2026-06-17 11:22:30 +08:00
echo Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
egg Allow rizin tools to run as standalone binaries (#6011) 2026-03-11 16:24:23 +00:00
elf String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
err String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
feat_arithmetic Allow rizin tools to run as standalone binaries (#6011) 2026-03-11 16:24:23 +00:00
feat_arroba Add new implementation of RzConfig (#5820) 2026-05-03 15:34:48 +08:00
feat_astabs Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
feat_base64 Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
feat_cmdsubst String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
feat_foreach Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
feat_graphdiff Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
feat_grep Omitted reflines when internal grep ~ is used (#6062) 2026-04-04 12:03:06 +00:00
feat_input Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
feat_quote Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
feat_redirect Fix endianness issues on s390x (#5940) 2026-02-19 23:13:18 +08:00
feat_segoff Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00
feat_variables iS/iSS: Right-align "align" column (#4850) 2025-01-20 21:19:19 +08:00
feat_yank Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
file_malloc Move test/new/* into test/ ##tests (#16511) 2020-04-13 19:49:23 +02:00
hash Port /h and /s to RzShell and RzSearch. 2025-03-16 00:17:08 +08:00
hex String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
lea_intel Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
m68k Convert f commands to rzshell 2022-02-03 21:46:42 +08:00
malloc Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
manyundo librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
md5sha1 Converting ph commands to rzshell ##shell (#1415) 2021-08-10 00:50:55 +08:00
metadata Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
midbb X86 Fix bad immediate operand value (#5285) 2025-07-29 17:33:33 +08:00
midflags Move arch config into function (#5902) 2026-02-17 18:19:40 +08:00
mm_search_issue String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
noreturn Fix tn- <flag> (#6589) 2026-07-04 11:51:58 +08:00
print Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
print_bug Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
project Bump project version to 25 due to asm.demangle removal (#6461) 2026-06-04 22:39:57 +08:00
regexp librz/bin: define string search parameters in plugins (#5406) 2025-10-08 10:02:32 +08:00
section-mapping Fix rz_config_set: variable 'io.sectonly' not found 2024-09-23 14:24:41 +08:00
seekbug Refactor rz_core_print_disasm_json (#2746) 2022-07-09 08:10:06 +08:00
shell Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
sidbug String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
simple-elf Migrate from Capstone to Zydis (x86 architecture) (#5164) 2025-05-23 13:03:46 +00:00
singleline Convert wa commands to rzshell (#2293) 2022-02-09 18:49:11 +08:00
spaces Port C (metainformation) commands to the rzshell (#1752) 2021-10-15 16:48:18 +08:00
stabs librz/bin: add STABS format parser (#6511) 2026-06-17 04:13:23 +08:00
structures librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
sugar Change -, --, = argument and = command meaning (#930) 2021-04-21 16:20:24 +08:00
tables librz/bin: handle PLT sections properly (#6499) 2026-06-13 02:20:41 +08:00
types librz/type: fix forward type for enums (#6539) 2026-06-20 17:32:06 +08:00
types_format Rewrite the pf parser and rework the grammar (#6410) 2026-05-29 03:58:58 +08:00
undoredo librz/core: Remove rizin command output (#5540) 2025-11-28 23:41:47 +08:00
unified Finish conversion of w commands to rzshell (#2412) 2022-03-16 11:20:29 +00:00
utf32 bin/elf: do not disassemble allocated string tables (.dynstr) as code (#6436) 2026-05-31 04:01:21 +08:00
va String/Hex-Search 9/9: Fix all tests affected by the string and byte search refactor. 2025-02-22 04:12:49 +08:00
warnings Convert zero-output EXPECT=<<EOF to single-line EXPECT= (#4746) 2024-11-28 18:18:00 +08:00
write Log an error when endianness change is not compatible with arch (#5945) 2026-02-23 11:06:41 +08:00