-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rizin
updated
25 files
+17 −20 | librz/analysis/p/analysis_tricore_cs.c | |
+32 −6 | librz/asm/arch/tricore/tricore.inc | |
+6 −16 | librz/asm/p/asm_tricore_cs.c | |
+55 −0 | librz/core/ccrypto.c | |
+114 −12 | librz/core/cmd/cmd_math.c | |
+4 −0 | librz/core/cmd/cmd_plugins.c | |
+31 −0 | librz/core/cmd_descs/cmd_descs.c | |
+5 −0 | librz/core/cmd_descs/cmd_descs.h | |
+8 −0 | librz/core/cmd_descs/cmd_math.yaml | |
+9 −1 | librz/core/cmd_descs/cmd_plugins.yaml | |
+10 −25 | librz/core/disasm.c | |
+1 −0 | librz/core/meson.build | |
+2 −1 | librz/core/tui/config.c | |
+1 −1 | librz/core/tui/modes.c | |
+1 −1 | librz/core/tui/modes.h | |
+1 −1 | librz/core/tui/visual.c | |
+31 −23 | librz/crypto/crypto.c | |
+5 −2 | librz/include/rz_core.h | |
+15 −15 | librz/include/rz_crypto.h | |
+1 −1 | librz/main/rz-hash.c | |
+1 −1 | meson.build | |
+1 −1 | snapcraft.yaml | |
+1 −1 | subprojects/libdemangle.wrap | |
+40 −20 | subprojects/packagefiles/blake3/meson.build | |
+30 −0 | subprojects/packagefiles/blake3/unix_syntax_check.S |