..
cmd
Refactor imports-related stuff from RzList to RzPVector ( #3781 )
2023-08-24 16:14:32 +08:00
cmd_descs
Add '%$' command to deal with rizin variables ( #3774 )
2023-08-19 09:19:56 +08:00
p
Add bin.demangle.flags to allow users to simplify or not mangled strings ( #3659 )
2023-07-17 23:31:09 +08:00
tui
Add '%$' command to deal with rizin variables ( #3774 )
2023-08-19 09:19:56 +08:00
agraph.c
Move RzPanels from RzCore to RzCoreVisual ( #3575 )
2023-06-13 11:42:21 +08:00
analysis_objc.c
Add analysis for Objective-C selector stubs
2023-03-21 19:33:49 +01:00
analysis_tp.c
Fix multiple memory leaks
2023-06-05 22:41:20 +08:00
basefind.c
Breaking method is user defined. ( #3598 )
2023-06-23 18:24:22 +08:00
cagraph.c
Remove tiny graphs ( #3567 )
2023-06-09 17:59:04 +08:00
canalysis.c
Fix several memleaks ( #3779 )
2023-08-24 07:53:33 +08:00
cannotated_code.c
Fix annotation inconsistencies
2022-08-03 00:29:56 -04:00
carg.c
Removed plenty of eprintfs in rz_core ( #2950 )
2022-08-29 00:32:17 +08:00
casm.c
Rename analop to analysis_op and aop
2023-06-26 08:40:47 +08:00
cautocmpl.c
Rewrite how bins are loaded into RzBinObject
2023-06-01 23:16:09 +08:00
cbin.c
Refactor imports-related stuff from RzList to RzPVector ( #3781 )
2023-08-24 16:14:32 +08:00
cconfig.c
Fold same-typed variables if there are more than 3 ( #3770 )
2023-08-20 02:38:55 +08:00
ccrypto.c
Unify crypto plugin api to match all the other plugins. ( #3773 )
2023-08-18 23:25:41 +08:00
cdebug.c
Refactoring debug plugin and cleanup output ( #3634 )
2023-07-04 10:42:41 +08:00
cdwarf.c
Fix annotation inconsistencies
2022-08-03 00:29:56 -04:00
cesil.c
dbg.follow: Follow when pc >= core->offset + dbg.follow ( #3499 )
2023-05-06 07:18:47 +08:00
cfile.c
Refactor imports-related stuff from RzList to RzPVector ( #3781 )
2023-08-24 16:14:32 +08:00
cflag.c
Show realname in fl.t table output ( #3682 )
2023-07-23 13:46:26 +08:00
cgraph.c
Refactor imports-related stuff from RzList to RzPVector ( #3781 )
2023-08-24 16:14:32 +08:00
chash.c
hash: use RzHash in most hash APIs
2022-06-28 21:55:26 +08:00
cheap.c
Fix annotation inconsistencies
2022-08-03 00:29:56 -04:00
cil.c
Fix il vm aezi and aezs sync behavior ( #3611 )
2023-06-26 20:47:49 +08:00
cio.c
Improve cmd_help.yaml and fix random number generator ( #3452 )
2023-04-07 20:22:01 +08:00
clang.c
cmeta.c
Add /*<type>*/ comments everywhere ( #2986 )
2022-09-11 13:04:53 +08:00
cmp.c
Fix annotation inconsistencies
2022-08-03 00:29:56 -04:00
core.c
Rename analop to analysis_op and aop
2023-06-26 08:40:47 +08:00
core_private.h
Move rz_core_analysis_var_display to public api ( #3679 )
2023-07-21 19:52:45 +08:00
core_private_base.h
cparser.c
cpdb.c
Add bin.demangle.flags to allow users to simplify or not mangled strings ( #3659 )
2023-07-17 23:31:09 +08:00
cplugin.c
librz: do not duplicate plugins ( #3313 )
2023-01-23 12:51:09 +00:00
cprint.c
core: fix 'pxj' command to not use core->block ( #3693 )
2023-07-27 22:59:46 +08:00
creg.c
Add /*<type>*/ comments everywhere ( #2986 )
2022-09-11 13:04:53 +08:00
csign.c
Fix flirt crc calculation, length and matching
2022-10-26 21:46:22 +02:00
csyscall.c
ctypes.c
Remove type links and use global vars ( #3618 )
2023-07-03 02:02:12 +08:00
cvfile.c
disasm.c
Fold same-typed variables if there are more than 3 ( #3770 )
2023-08-20 02:38:55 +08:00
fortune.c
Expose rz_core_clippy API ( #2909 )
2022-08-12 09:26:25 +08:00
golang.c
Reduce requested op info in go analysis
2023-01-21 18:26:11 +01:00
hack.c
ci: use clang-format from LLVM 16 ( #3696 )
2023-08-01 09:11:26 +08:00
libs.c
build: Introduce EXTRA_PREFIX for loading plugins/resources from another path
2023-05-19 16:42:35 +02:00
linux_heap_glibc.c
Linux heap - skip invalid addresses in main arena ( #3344 )
2023-02-05 22:55:28 +08:00
linux_heap_glibc.h
linux_heap_glibc64.c
linux_heap_glibc64.h
linux_heap_jemalloc.c
Fix dmx command comments ( #3186 )
2022-11-14 21:16:13 +08:00
meson.build
Unify crypto plugin api to match all the other plugins. ( #3773 )
2023-08-18 23:25:41 +08:00
project.c
Move rz_core_project_*() API to the project.c
2022-09-08 07:41:18 +08:00
project_migrate.c
Remove type links and use global vars ( #3618 )
2023-07-03 02:02:12 +08:00
rtr.c
Small refactoring of rtr_http.c code ( #3329 )
2023-01-31 10:02:54 +08:00
rtr_http.c
Improve cmd_help.yaml and fix random number generator ( #3452 )
2023-04-07 20:22:01 +08:00
rtr_shell.c
seek.c
Removed plenty of eprintfs in rz_core ( #2950 )
2022-08-29 00:32:17 +08:00
serialize_core.c
Add missing project migrations tests up to v9 and fix leaks ( #3205 )
2022-11-27 09:39:10 +08:00
task.c
Refactor thread code and add RzThreadQueue ( #2683 )
2022-06-19 21:07:13 +08:00
windows_heap.c
Removed plenty of eprintfs in rz_core ( #2950 )
2022-08-29 00:32:17 +08:00
yank.c
Removed plenty of eprintfs in rz_core ( #2950 )
2022-08-29 00:32:17 +08:00