.. |
msvc
|
MSVC compile correctly (WIP)
|
2017-05-13 00:42:00 +02:00 |
r_util
|
Fix last covs
|
2017-12-20 15:05:33 +01:00 |
sdb
|
Update dict from sdb again
|
2017-12-14 11:24:46 +01:00 |
sflib
|
Enhance ragg2-cc to support -a arm -b 64 -k darwin (iOS)
|
2017-01-29 02:36:50 +01:00 |
btree.h
|
Fix doublefree in btree and use-after-free in windbg
|
2015-11-02 12:32:31 +01:00 |
getopt.c
|
* QNX/arm port (this is bb10 and playbook devices)
|
2012-06-01 14:50:24 +02:00 |
r2naked.h
|
Use void in prototypes (#7972)
|
2017-07-20 10:48:55 +02:00 |
r_anal_ex.h
|
Fix static build
|
2014-06-25 04:11:43 +02:00 |
r_anal.h
|
Add missing function definition
|
2017-12-20 19:16:05 +01:00 |
r_asm.h
|
Add chip8 disassembler and partial analyzer
|
2017-12-07 15:25:27 +01:00 |
r_bin_dwarf.h
|
Fix #8813 - segfault in dwarf parser
|
2017-11-14 04:15:54 +09:00 |
r_bin.h
|
Add Initial support for the NSO Nintendo Switch static binaries
|
2017-11-05 11:40:16 +01:00 |
r_bind.h
|
Enhance ax, axk lists and axq is the old ax
|
2017-10-09 00:51:51 +02:00 |
r_binheap.h
|
Add io->map_skyline as an RVector of uncovered map parts to enable optimization of r_io_v{read,write}_at in the future (#8332)
|
2017-08-27 18:05:58 +02:00 |
r_bp.h
|
Fix pxj length
|
2017-12-17 13:48:17 +01:00 |
r_cmd.h
|
More cfg.newtab=1 completion and misc fixes to help messages (#8184)
|
2017-08-11 11:45:32 +02:00 |
r_config.h
|
Added ev and evj command
|
2017-04-28 02:07:32 +02:00 |
r_cons.h
|
Implement r_cons_readchar_timeout. wink wink
|
2017-12-18 02:44:51 +01:00 |
r_core.h
|
Fix #9015 - use after free when quitting main thread having background server threads
|
2017-12-18 13:27:26 +01:00 |
r_crypto.h
|
Implem and integration of the Serpent cipher (ECB) (#8917)
|
2017-11-30 22:47:29 +01:00 |
r_debug.h
|
Implement io.cache.auto to cache all reads for slow io backends
|
2017-12-18 01:44:22 +01:00 |
r_diff.h
|
Bring back the levenstein and fix previous commit
|
2017-09-13 10:25:13 +02:00 |
r_egg.h
|
Removed global variables and fixed several leaks
|
2017-10-07 09:52:09 +02:00 |
r_endian.h
|
Add PDP/ARM middle endian functions (#8046)
|
2017-07-27 22:29:06 +02:00 |
r_flag.h
|
Fix mg infinite recursivity issue, add fq and fsq commands and handle /flags in fs.r2
|
2017-10-23 12:54:03 +02:00 |
r_flist.h
|
Implement Pn+, and fix bugs (thx clang-analyzer)
|
2017-04-10 00:49:02 +02:00 |
r_fs.h
|
Remove squash references (it's in extras) and add RFSPlugin.license
|
2017-11-08 00:49:29 +01:00 |
r_hash.h
|
Integrate crca in rahash2 and r2
|
2017-04-11 22:47:16 +02:00 |
r_heap_glibc.h
|
[linux_heap_glibc] Implemented dynamic global_max_fast resolution (#7512)
|
2017-05-18 11:56:06 +02:00 |
r_heap_jemalloc.h
|
first PR heap jemalloc analysis
|
2017-08-03 13:08:21 +02:00 |
r_io.h
|
Implement io.cache.auto to cache all reads for slow io backends
|
2017-12-18 01:44:22 +01:00 |
r_lang.h
|
Modify RLang plugins for Py2/py3 support
|
2017-05-28 01:50:08 +02:00 |
r_lib.h
|
Add free to RLibStruct & RLibPlugin. (#7991)
|
2017-07-23 23:35:45 +02:00 |
r_list.h
|
r_list_foreach macros should not stop at an element whose data is NULL (#8231)
|
2017-08-19 17:23:29 +02:00 |
r_magic.h
|
Arch independent data in share (#6183)
|
2016-11-12 11:08:34 +01:00 |
r_parse.h
|
Fix leave and ret doesn't translate to pseudocode
|
2017-12-09 13:14:37 +01:00 |
r_pdb.h
|
MSVC compile correctly (WIP)
|
2017-05-13 00:42:00 +02:00 |
r_print.h
|
Fix warnings with GCC
|
2017-12-08 15:47:48 +01:00 |
r_qrcode.h
|
Initial support for qrcode in 'pq' and 'pqz' commands
|
2017-07-17 19:05:24 +02:00 |
r_reg.h
|
Added ifdef cplusplus for r_reg.h
|
2017-12-15 16:57:35 +01:00 |
r_regex.h
|
Fix regoff_t conflict
|
2016-02-21 03:45:41 +01:00 |
r_search.h
|
Refactor search (#8566)
|
2017-09-20 17:00:18 +02:00 |
r_sign.h
|
Added autoload of zignatures (#8554)
|
2017-09-18 17:48:19 +02:00 |
r_skiplist.h
|
Use skiplist for offset->flag mapping instead of hashmap.
|
2017-07-24 01:52:00 +02:00 |
r_slist.h
|
Bring back the interest on sys/indent.sh
|
2017-02-10 02:05:58 +01:00 |
r_socket.h
|
Initial port of io.winedbg using the new r_socket_spawn() api
|
2017-09-27 03:12:00 +02:00 |
r_syscall.h
|
Fix sdb_load in r_syscall
|
2017-06-27 23:42:41 +02:00 |
r_th.h
|
Fix #7355 - json indent with color glitch
|
2017-04-26 11:21:52 +02:00 |
r_types_base.h
|
R_PACKED tcc fix
|
2017-08-22 18:09:41 +08:00 |
r_types.h
|
Added dynamic linking build for Appveyor (#8948)
|
2017-12-03 21:26:13 +01:00 |
r_userconf.h.acr
|
Fix prefix for msvc
|
2017-10-22 22:17:12 +02:00 |
r_userconf.h.in
|
Fix prefix for msvc
|
2017-10-22 22:17:12 +02:00 |
r_util.h
|
Fix #8879 - Kill RInterval, Keep RAddrInterval
|
2017-12-18 17:18:49 +01:00 |
r_vector.h
|
Faster onIterMap (#8544)
|
2017-09-18 04:29:29 +02:00 |
r_version.h.in
|
Fixed meson r_version creation + reorder (#7909)
|
2017-07-14 13:13:18 +02:00 |
sdb.h
|
Update sdb to 0.5, sdb is now public api
|
2012-09-04 01:46:12 +02:00 |