radare2/libr/bin
Riccardo Schirone 0948f9536b
Use r_buf_size to get the size of a buffer, not the private field (#13380)
* Use r_buf_size to get the size of a buffer, not the private field
* Use r_buf_seek instead of adjusting the private cur RBuffer field
* use r_buf_read instead of r_buf_read_at(.., cur, ..)
* Fix RBuffer usage in REgg
* Introduce r_buf_tell API instead of using seek
* write_at(cur) == write
2019-03-15 20:28:52 +01:00
..
d Update list of sdb files to build and install ##meson (#13065) 2019-02-12 16:12:50 +01:00
format Use r_buf_size to get the size of a buffer, not the private field (#13380) 2019-03-15 20:28:52 +01:00
i Speed up RBinReloc retrieval ##optimization 2019-01-21 11:40:24 +01:00
mangling Fix #13157 - Invalid read in r_bin_demangle_swift ##bin 2019-03-03 02:02:35 +01:00
p Use r_buf_size to get the size of a buffer, not the private field (#13380) 2019-03-15 20:28:52 +01:00
pdb Use r_buf_size to get the size of a buffer, not the private field (#13380) 2019-03-15 20:28:52 +01:00
bfile.c Use r_buf_size to get the size of a buffer, not the private field (#13380) 2019-03-15 20:28:52 +01:00
bin_ldr.c Initial draft implementation of the loader plugins for RBin 2018-01-07 21:54:41 +01:00
bin_write.c Use r_buf_size to get the size of a buffer, not the private field (#13380) 2019-03-15 20:28:52 +01:00
bin.c Fix the file hash computation ##bin 2019-02-10 01:27:07 +01:00
blang.c Improve MSVC detection and demangling ##bin 2018-11-05 11:42:23 +01:00
dbginfo.c
demangle.c Improve MSVC detection and demangling ##bin 2018-11-05 11:42:23 +01:00
dwarf.c Fix a few clang scan-build bugs (#12562) 2018-12-26 12:54:12 +01:00
filter.c Minor code cleanups/fixes (#12714) 2019-01-09 22:06:12 +01:00
Makefile Import the XNU kernelcache RBin plugin ##bin 2019-03-08 02:03:47 +01:00
meson.build Add bin_qnx.c in Meson.build ##bin (#13314) 2019-03-08 09:09:26 +01:00
obj.c Fix #13001 - null deref in RBin 2019-02-06 14:21:57 +01:00