.. |
arch
|
Add R_UNUSED_RESULT and use it to avoid unnecessary -Wunused-result warnings
|
2022-09-30 12:48:29 +02:00 |
d
|
Fix the CI (#19462)
|
2021-12-03 01:38:51 +01:00 |
p
|
Avoid using RArchConfig->big_endian ##refactor
|
2022-10-03 09:17:33 +02:00 |
anal.c
|
Instantiate RArch in anal ##arch
|
2022-10-03 09:17:33 +02:00 |
anplugs.c
|
Fix last covs and support mount in ms ##fs
|
2022-07-08 09:51:21 +02:00 |
base_types.h
|
Remove tokens after #endif (#17398)
|
2020-08-05 12:08:36 +08:00 |
bb.c
|
Remove RAnalPlugin.jmpmid and use ANAL_ARCHINFO_ALIGN instead ##anal
|
2022-05-18 06:37:15 +02:00 |
block.c
|
Fix the cache and other bugs in panels ##visual
|
2022-09-25 22:59:53 +02:00 |
cc.c
|
Remove 3 globals in ccarg analysis ##globals
|
2022-09-21 20:54:08 +02:00 |
class.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
codemeta.c
|
Fix two minor covs
|
2021-11-09 13:27:42 +01:00 |
cond.c
|
Add archcond api to rarch, some small cleanup in anal ##refactor
|
2022-09-23 00:47:29 +02:00 |
cycles.c
|
Use (void) instead of () in function signatures (#17026) ##refactoring
|
2020-06-14 16:08:32 +02:00 |
data.c
|
Cleanup stuff
|
2022-06-26 12:41:22 +02:00 |
diff.c
|
Add =0 and =1 lintings
|
2022-08-18 13:58:40 +02:00 |
dwarf_process.c
|
Avoid using RArchConfig->big_endian ##refactor
|
2022-10-03 09:17:33 +02:00 |
esil_cfg.c
|
Fix bug in esil_cfg ##anal
|
2022-09-02 03:12:03 +02:00 |
esil_dfg.c
|
Enable the leading spaces linter rule and fix them all ##lint
|
2022-09-24 03:43:21 +02:00 |
esil_handler.c
|
Add r_anal_esil_{syscall/interrupt}_{get/del} ##esil ##api
|
2021-03-04 19:18:19 +01:00 |
esil_plugin.c
|
Linting for 'cmp (' and asan in Cf
|
2022-08-20 12:35:11 +02:00 |
esil_stats.c
|
Boolify all the ESIL callbacks ##esil
|
2021-02-24 17:13:30 +01:00 |
esil_trace.c
|
Fix a new linting to remove the double error message in RLOG calls ##lint
|
2022-07-07 20:25:26 +02:00 |
esil.c
|
Avoid using RArchConfig->big_endian ##refactor
|
2022-10-03 09:17:33 +02:00 |
fcn.c
|
Fix #20798 - Fix bx after add lr,pc,0 in arm32 ##anal
|
2022-09-27 12:10:06 +02:00 |
flirt.c
|
Enable the leading spaces linter rule and fix them all ##lint
|
2022-09-24 03:43:21 +02:00 |
function.c
|
Add lint for \tfree(
|
2022-08-18 10:27:06 +02:00 |
global.c
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +01:00 |
hint.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
jmptbl.c
|
Use RPVector in RAnalOp src/dst to support ldm/stm/simd ##anal
|
2022-09-18 10:01:39 +02:00 |
labels.c
|
Refactor Labels out of SDB ##anal (#17621)
|
2020-09-16 09:54:33 +02:00 |
Makefile
|
Introduce the new r_arch library, just the skeleton ##arch
|
2022-09-18 03:41:39 +02:00 |
meson.build
|
Introduce the new r_arch library, just the skeleton ##arch
|
2022-09-18 03:41:39 +02:00 |
meta.c
|
Fix last covs
|
2022-08-23 17:43:34 +02:00 |
op.c
|
Use RPVector in RAnalOp src/dst to support ldm/stm/simd ##anal
|
2022-09-18 10:01:39 +02:00 |
pin.c
|
Update to the latest SDB that's changing the sdb_itoa() signature
|
2022-09-18 20:38:58 +02:00 |
reflines.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
rtti_itanium.c
|
Fix a new linting to remove the double error message in RLOG calls ##lint
|
2022-07-07 20:25:26 +02:00 |
rtti_msvc.c
|
Avoid using RArchConfig->big_endian ##refactor
|
2022-10-03 09:17:33 +02:00 |
rtti.c
|
Improve itanium RTTI parsing and vtable search ##anal
|
2020-05-03 17:55:20 +02:00 |
sign.c
|
Use XDG instead of R2_HOME_CACHEDIR and R2_HOME_HISTORY ##core
|
2022-09-29 17:33:21 +02:00 |
switch.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
type_pdb.c
|
Move bin.pdb into bin.formats.pdb
|
2022-08-23 18:52:25 +02:00 |
type.c
|
Add lint for ';;$' and remove strncmp from io plugins
|
2022-08-18 00:11:36 +02:00 |
value.c
|
More eprintf -> RLOG here and there ##refactor
|
2022-07-05 13:34:13 +02:00 |
var.c
|
Enable the leading spaces linter rule and fix them all ##lint
|
2022-09-24 03:43:21 +02:00 |
vtable.c
|
Avoid using RArchConfig->big_endian ##refactor
|
2022-10-03 09:17:33 +02:00 |
xrefs.c
|
Implement ax, to list xrefs using RTable ##print
|
2022-05-30 21:23:01 +02:00 |