File tree
7 files changed
+63
-6
lines changed- src
- common
- widgets
7 files changed
+63
-6
lines changed- .github/workflows/ci.yml+11-1
- librz/analysis/arch/x86/x86_il.c+2-5
- librz/asm/arch/arm/armass.c+2-3
- librz/asm/asm.c+9-4
- librz/asm/p/asm_sparc_gnu.c+2-1
- librz/bin/format/pe/dotnet.c+2-2
- librz/cons/dietline.c+6-62
- librz/core/cil.c+27
- librz/core/cmd/cmd_debug.c+8-23
- librz/core/cmd/cmd_open.c+1-1
- librz/core/cmd/cmd_print.c+1-1
- librz/core/cmd_descs/cmd_debug.yaml+4-1
- librz/core/cmd_descs/cmd_descs.c+13-1
- librz/core/cmd_descs/cmd_descs.h+1-1
- librz/core/tui/vmenus.c+2-2
- librz/debug/p/native/linux/linux_debug.c+1-2
- librz/il/definitions/float.c+85
- librz/il/definitions/value.c+36
- librz/il/il_export.c+490
- librz/il/il_opcodes.c+458-4
- librz/il/il_vm_eval.c+98
- librz/il/meson.build+2
- librz/il/theory_fbasic.c+415
- librz/il/theory_init.c+4
- librz/include/meson.build+1
- librz/include/rz_il/definitions/definitions.h+1
- librz/include/rz_il/definitions/float.h+21
- librz/include/rz_il/definitions/sort.h+14-1
- librz/include/rz_il/definitions/value.h+2
- librz/include/rz_il/rz_il_opcodes.h+280
- librz/include/rz_il/rz_il_vm.h+1
- librz/include/rz_types_base.h-10
- librz/include/rz_userconf.h.in+2
- librz/include/rz_util/rz_alloc.h+11-44
- librz/include/rz_util/rz_float.h+41
- librz/include/rz_util/rz_mem.h-3
- librz/io/p/io_ptrace.c+7-2
- librz/main/rz-ax.c+1-1
- librz/parse/filter.c+3-7
- librz/util/alloc.c+26-57
- librz/util/annotated_code.c+2-2
- librz/util/float/float.c+715-123
- librz/util/float/float_internal.c+167-141
- librz/util/mem.c+1-54
- meson.build+3-1
- snapcraft.yaml+1-1
- test/db/analysis/x86_32+7-4
- test/db/archos/linux-x64/asm_x64_as+9-1
- test/db/asm/x86_16+6-6
- test/db/asm/x86_32+183-183
- test/db/asm/x86_64+228-228
- test/unit/test_float.c+699
- test/unit/test_il_vm.c+153
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 |
| |
45 | 51 |
|
Submodule translations updated 1 file
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
914 | 914 |
| |
915 | 915 |
| |
916 | 916 |
| |
917 |
| - | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
918 | 952 |
| |
919 | 953 |
| |
920 | 954 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
616 | 623 |
| |
617 | 624 |
| |
618 | 625 |
| |
| |||
627 | 634 |
| |
628 | 635 |
| |
629 | 636 |
| |
630 |
| - | |
631 |
| - | |
632 |
| - | |
| 637 | + | |
| 638 | + | |
633 | 639 |
| |
634 | 640 |
| |
635 | 641 |
| |
|
0 commit comments