.. |
p
|
Move the preincrement and void arg from tests to lint.sh ##syntax
|
2022-11-30 17:13:32 +01:00 |
agraph.c
|
Some more RConfig.geti -> getb code cleanup, wip new lint
|
2022-11-30 17:11:39 +01:00 |
anal_objc.c
|
Some more RConfig.geti -> getb code cleanup, wip new lint
|
2022-11-30 17:11:39 +01:00 |
anal_tp.c
|
Fix UAF in aaft when the BB is removed during the loop ##crash
|
2022-11-24 12:25:48 +01:00 |
blaze.c
|
Unify RArchOp into RAnalOp using common include files ##arch
|
2022-10-16 22:25:24 +02:00 |
canal.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
carg.c
|
Unify RArchOp into RAnalOp using common include files ##arch
|
2022-10-16 22:25:24 +02:00 |
casm.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
cbin.c
|
Remove RAsmPlugin struct and add the 'aia' command to show archinfo ##arch
|
2022-12-06 12:16:45 +01:00 |
cconfig.c
|
Implement asm.bytes.align to justify them to the right ##disasm
|
2022-12-07 15:02:00 +01:00 |
cfile.c
|
Use obm when spotting a companion dwarf file on macOS ##bin
|
2022-12-07 23:06:43 +01:00 |
cio.c
|
Minor comment/string colorization improvement in pdc output
|
2022-10-25 13:35:45 +02:00 |
citem.c
|
Fix assert in r2 -ci. --
|
2022-11-19 12:55:51 +01:00 |
cmd_anal.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
cmd_api.c
|
Update sdb to remove double include paths ##build
|
2022-11-19 01:05:18 +01:00 |
cmd_cmp.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
cmd_debug.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
cmd_egg.c
|
Change the way TODO messages are printed from eprintf to R_LOG_TODO
|
2022-09-15 04:07:29 +02:00 |
cmd_eval.c
|
Fix static themes listing ##cons
|
2022-11-14 12:09:02 +01:00 |
cmd_flag.c
|
Improve help message for f subcommands ##shell
|
2022-11-03 02:09:54 +01:00 |
cmd_hash.c
|
Refactor RLang api to use the new design ##api
|
2022-12-02 11:59:33 +01:00 |
cmd_help.c
|
Dont use |Usage, because Usage is the new trend
|
2022-11-30 19:04:20 +01:00 |
cmd_info.c
|
Remove RAsmPlugin struct and add the 'aia' command to show archinfo ##arch
|
2022-12-06 12:16:45 +01:00 |
cmd_log.c
|
Remove RAsmPlugin struct and add the 'aia' command to show archinfo ##arch
|
2022-12-06 12:16:45 +01:00 |
cmd_macro.c
|
Fix last leaks spotted by coverity
|
2022-10-28 14:52:57 +02:00 |
cmd_magic.c
|
Correct magic hit numbering and move base64 into magic
|
2022-10-14 16:34:10 +02:00 |
cmd_meta.c
|
Implement RBinFile.merge() and obm command to use it ##bin
|
2022-12-07 23:06:43 +01:00 |
cmd_mount.c
|
Boolify and rename some methods and fields from RFS ##api
|
2022-09-14 23:41:12 +02:00 |
cmd_open.c
|
Implement o-. command, add help for future o-$ ##shell
|
2022-12-07 23:06:43 +01:00 |
cmd_print.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
cmd_project.c
|
@radare Do changes in Px->Pc, Pc->PS* as planned ##projects
|
2022-11-02 05:30:39 +01:00 |
cmd_quit.c
|
Add linting to avoid setting bool config vars with strings
|
2022-09-16 11:46:18 +02:00 |
cmd_search_rop.c
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
cmd_search.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
cmd_seek.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
cmd_type.c
|
Move the RParse.cparse into RAnal.cparse ##refactor
|
2022-11-28 10:28:07 +01:00 |
cmd_write.c
|
Deprecate more unused fields from RAsmPlugin ##asm
|
2022-11-21 12:04:46 +01:00 |
cmd_zign.c
|
Use more R_LOG in core, bin, debug, io, .. and add more lints
|
2022-09-06 08:08:24 +02:00 |
cmd.c
|
Add new RCore.cmdCallf() helper function ##api
|
2022-12-07 19:49:32 +01:00 |
core.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
corelog.c
|
Add base64 support to the T and T* commands ##logs
|
2022-10-06 12:06:28 +02:00 |
cplugin.c
|
Fix oba $$ in frida://0 global ##bin
|
2022-08-23 00:54:22 +02:00 |
cproject.c
|
Fix some bugs in projects ##projects
|
2022-12-06 19:08:23 +01:00 |
cundo.c
|
Add the new ucu and ucd commands using the new core-undo apis ##shell
|
2022-09-14 17:42:03 +02:00 |
disasm_stackptr.inc
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
disasm.c
|
Implement asm.bytes.align to justify them to the right ##disasm
|
2022-12-07 15:02:00 +01:00 |
esil2c.c
|
RAnalEsil -> REsil api refactor ##api
|
2022-11-17 10:22:55 +01:00 |
fortune.c
|
Rename RStr.home() to RFile.home() as part of the Plan ##api
|
2022-10-27 16:28:33 +02:00 |
gdiff.c
|
Use rlog instead of eprintf in 300 more places
|
2022-08-22 14:35:04 +02:00 |
hack.c
|
Deprecate more unused fields from RAsmPlugin ##asm
|
2022-11-21 12:04:46 +01:00 |
libs.c
|
Remove RAsmPlugin struct and add the 'aia' command to show archinfo ##arch
|
2022-12-06 12:16:45 +01:00 |
linux_heap_glibc.c
|
Fixed incorrect thread arena output ##debug
|
2022-11-20 12:55:12 +01:00 |
linux_heap_jemalloc.c
|
Balance spacings in braces ##indent
|
2022-10-13 21:21:34 +02:00 |
Makefile
|
Merge RParse into RAsm ##api
|
2022-12-03 02:26:41 +01:00 |
meson.build
|
Merge RParse into RAsm ##api
|
2022-12-03 02:26:41 +01:00 |
panels.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
patch.c
|
Move the preincrement and void arg from tests to lint.sh ##syntax
|
2022-11-30 17:13:32 +01:00 |
project.c
|
Fix some bugs in projects ##projects
|
2022-12-06 19:08:23 +01:00 |
pseudo.c
|
Fix leaks in pdc ##leaks
|
2022-11-06 17:24:56 +01:00 |
rtr_http.c
|
Prefer _tostring() instead of _to_string() ##api
|
2022-10-24 20:59:18 +02:00 |
rtr_shell.c
|
Add ===errmsg to support the new r2pipe side ##r2pipe (#18705)
|
2021-05-18 09:08:27 +02:00 |
rtr.c
|
Merge RParse into RAsm ##api
|
2022-12-03 02:26:41 +01:00 |
task.c
|
Parse the PT_DYNAMIC elf section for the preinit pointers ##bin
|
2022-11-11 03:04:46 +01:00 |
vasm.c
|
Fix a new linting to remove the double error message in RLOG calls ##lint
|
2022-07-07 20:25:26 +02:00 |
visual_tabs.inc
|
Minor RLOG/bool changes spotted in visual and heap code
|
2022-10-04 19:00:55 +02:00 |
visual.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
vmarks.c
|
Fix some format string warnings in the mingw ci job
|
2021-12-21 00:31:28 +01:00 |
vmenus_graph.c
|
Add another source linting to avoid newlines in RCore.cmd() ##refactor
|
2022-06-30 22:22:30 +02:00 |
vmenus_zigns.c
|
Fix #20405 - Multiple fixes and improvements in projects ##projects
|
2022-07-05 10:56:04 +02:00 |
vmenus.c
|
Kill RAsmOp, we can reuse RAnalOp in here ##arch
|
2022-12-07 14:30:22 +01:00 |
vslides.c
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
windows_heap.c
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
yank.c
|
Boolify r_core_yank_file_all() and fix shadow var bug ##api
|
2022-09-19 02:08:58 +02:00 |
zdiff.c
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |