LemonBoy
d60d0d8805
Fix #1114
2014-07-11 23:05:11 +02:00
pancake
be34dbf9cd
Honor dbg.profile in io/debug
...
$ cat p.r2
arg1=/
$ r2 -e dbg.profile=p.r2 -d ls
2014-07-09 03:48:47 +02:00
pancake
dc4a8f440b
Enable r_run in debugger
2014-07-09 03:31:04 +02:00
pancake
667ebad3eb
Fix build
2014-07-09 03:12:39 +02:00
pancake
8b74f1ffcf
Merge Rarun2 into RSocket and use it from dbg.profile in Core
2014-07-09 02:24:31 +02:00
pancake
9efb41594b
Initial WIP support for ASLR var in rarun2 profiles and io/debug
2014-07-08 13:40:33 +02:00
pancake
88687d9da4
Check return value of fstat
2014-07-03 09:46:12 +02:00
pancake
d328957768
Update sdb to fix '***' and add r_asm_get_plugins
2014-07-03 00:03:01 +02:00
pancake
3bf30c8baf
Fix build on w32
2014-07-01 14:42:50 +02:00
pancake
151d56869e
Workaround blkdevice size on XNU
2014-07-01 14:37:53 +02:00
pancake
6863da3df3
Ignore sections at vaddr=0 (fixes some crappy elfs)
2014-06-27 03:10:09 +02:00
pancake
42617b6cef
Colorize S? and shrink sz/vsz from %08 to %04
2014-06-27 01:43:04 +02:00
Jonathan Neuschäfer
40c5eb0177
fix an out-of-bounds read in __resize/r_io_resize
2014-06-25 11:45:09 +02:00
pancake
377b5bb2fe
Clean a huge list of warnings
2014-06-25 02:07:38 +02:00
pancake
bb4dadc0a9
Honor R_IO_WRITE open flag
2014-06-20 17:02:57 +02:00
pancake
3f7e1935fa
Fix io.cache oob read bug?
2014-06-16 01:17:45 +02:00
condret
129646d925
Refactor the new io-read-api (disabled by default)
2014-06-14 00:07:16 +02:00
condret
6b1efd8ecd
Add R_ERROR and fix RIOSection.get_{first,in}_{vaddr,paddr}{_range}
2014-06-11 17:42:42 +02:00
pancake
b5ae986524
Fix #1004 - x86 "sete" not supported #1004
2014-06-10 16:24:01 +02:00
pancake
7cc14b429c
Add missing check in malloc return value
2014-06-10 11:50:11 +02:00
pancake
6aba134a7e
Finish s/io.ffio/io.ff/
2014-06-10 11:20:17 +02:00
Anton Kochkov
8b911cb0f0
Fix CID 1134728
2014-06-07 14:37:29 +04:00
pancake
298f2558ca
oops
2014-06-06 22:54:30 +02:00
pancake
4c1ef71e46
Fix -w with io.va
2014-06-06 22:37:18 +02:00
pancake
939fd989a9
Fix r2 -w <nonexistentfile>
2014-06-06 22:34:03 +02:00
jvoisin
3affd8ecb2
Fix two gcc warnings
2014-06-06 13:22:52 +02:00
pancake
1de37f419a
Fix cmd_pD tests by handling addressing overflows
2014-06-05 03:29:11 +02:00
pancake
39675d0886
Fix static linking (android builds working again)
2014-06-05 01:50:56 +02:00
pancake
26be34439a
Fix r_io_mach_read for partial reads on segment limits
2014-06-05 01:32:05 +02:00
pancake
00d283a398
Fix all latest coverity issues
2014-06-04 23:57:24 +02:00
pancake
cc324e743a
Fix some warnings
2014-06-04 22:33:56 +02:00
pancake
eabf76cb1e
Enable io->autofd by default and set if no curfd is set
2014-06-03 17:10:38 +02:00
condret
0f9495400d
add io->autofd
2014-06-03 17:06:56 +02:00
condret
b75ea56f6c
make r_io_desc_seek more reasonable in usage
2014-06-02 15:31:06 +02:00
condret
eafafa574e
try to fix r_io_desc_seek
2014-06-02 00:54:32 +02:00
pancake
ba57864617
Rollback to use the old io api.
2014-05-31 12:14:49 +02:00
pancake
c225694c7c
Fix build and several coverity issues
2014-05-29 15:27:18 +02:00
pancake
8d663ceb94
Some rework on RBin.baddr and laddr to make it work again
...
Not all fileformats return correct data in Sections, this is
why sometimes the relocation with baddr (needed for aslr) fails
on mach0 for example. This code needs to be redesigned and fixed.
2014-05-29 00:49:28 +02:00
pancake
dd67819923
Fix ioff, merge RCore.ffio into and add a workaround for baddr
2014-05-28 19:32:29 +02:00
pancake
65d64d5274
Honor io.raw in new io. All debuggers fail in the same way
...
Temporal fix is to use `-nd` or `-nD`
2014-05-28 04:40:22 +02:00
pancake
5e33a8a282
Initial huge refactoring of r_io still work in progress
2014-05-28 04:34:12 +02:00
pancake
bb16d1737c
Add initial XCore capstone disassembler and code analysis plugins
2014-05-27 23:08:59 +02:00
jvoisin
daae56f17f
Fix CID 1205222
2014-05-27 16:41:20 +02:00
pancake
894238ca89
Fix io/ptrace plugin on Linux
2014-05-26 11:33:39 +02:00
pancake
65fd1e4d5a
Almost fix the io/ff and partial reads issue
2014-05-26 03:52:46 +02:00
pancake
576c9d6221
Fix ASLR (rabin2, r2 -B working again), sort i? output
2014-05-26 03:06:29 +02:00
pancake
7751882675
Add io.raw which is set when debugger mode is enabled
2014-05-25 02:23:33 +02:00
deeso
d15b599179
Reverting the changed io until "raw" access to r2 dataspaces is realized
2014-05-24 10:47:58 -05:00
jvoisin
5f34c17f8d
Fix CID 1215264
2014-05-22 15:28:54 +02:00
jvoisin
533bd261bb
Fix CID 1215265
2014-05-22 14:52:51 +02:00
deeso
ccc3794eeb
Fixed the 0xff io bug
2014-05-22 02:17:09 -05:00
deeso
6d21408a31
Changing the listing of the Section Id to the position in the RIO Sections List
2014-05-21 14:01:21 -05:00
deeso
a702c82ac8
Enhance performance with reduced mallocs at load time
2014-05-21 13:02:02 -05:00
pancake
821cd215d6
Fixed io_default/write crash and malfunction
2014-05-21 04:36:53 +02:00
pancake
796dedf83c
Fix close(0) issue in rio
2014-05-21 01:46:01 +02:00
jvoisin
956eba4a8e
Fix CID 1135064
2014-05-19 23:47:13 +02:00
Anton Kochkov
9c7b579c46
Fix a typo
2014-05-19 09:06:38 +04:00
Anton Kochkov
eb2f9529cd
Fix CID 1214584
2014-05-19 05:31:07 +04:00
Anton Kochkov
c7a101d7e2
Fix CID 1214580
2014-05-19 05:28:12 +04:00
pancake
fd3251d99c
Refix 'r' command issues
2014-05-19 02:52:51 +02:00
pancake
b7eaf03813
Workaround for the famous io/ff, this is not a final fix
2014-05-18 02:37:34 +02:00
pancake
2494e22a4d
Add rawio support in RIO (allows to open /dev/sda f.ex), Add io.enforce=0|1|2|3
2014-05-18 02:19:11 +02:00
pancake
ea0c2caa59
Add sys/ios-sdk build scripts
2014-05-17 04:41:33 +02:00
pancake
c6a73d3074
Fix loading sections from fatmach0 bins
2014-05-16 03:48:57 +02:00
deeso
1fbc7f2168
Added load_bytes, Pushed curplugin down to RBinObj, Reworking the RBinFIle loading to accomodate RBinObj reworked how all bins are loaded. Needed to hack IO to make
...
this work with rbinfiles and rbinobjects.
Conflicts:
libr/bin/bin.c
libr/bin/p/bin_te.c
2014-05-13 21:54:18 -05:00
jvoisin
818a907bf4
Fix CID 1135070 and some GCC warnings
2014-05-11 13:41:21 +02:00
jvoisin
f664e91c1b
Fix CID 1135045 and some GCC warnings
2014-05-11 13:34:55 +02:00
jvoisin
e0024940ca
Fix CID 1134851
2014-05-11 13:31:59 +02:00
jvoisin
4fbebae5f6
Fix CID 1134511
2014-05-11 13:28:39 +02:00
jvoisin
914a0411ca
Fix CID 1134506
2014-05-11 13:27:26 +02:00
jvoisin
76fbd4119c
Fix some gcc warnings
2014-05-08 23:20:42 +02:00
pancake
773b033620
Fix negative/huge mallocs in PE parser and fix invalid fd close
2014-05-08 01:32:06 +02:00
Anton Kochkov
53d58db5bb
Fix CID 1211145
2014-05-06 01:23:06 +04:00
jvoisin
3fbd1645d7
Fix CID 1211149
2014-05-05 17:44:08 +02:00
jvoisin
bdb2a4b568
Fix CID 1211150
2014-05-05 17:40:55 +02:00
Anton Kochkov
f762584982
Fix CID 1134991
2014-05-04 18:30:17 +04:00
Anton Kochkov
2d03b0a6f6
Fix CID 1134867
2014-05-03 04:29:10 +04:00
Anton Kochkov
14fb1b2b6a
Fix CID 1134850
2014-05-03 04:29:10 +04:00
Anton Kochkov
b91a555475
Fix CID 1134812
2014-05-03 03:40:04 +04:00
deeso
14354feb61
fixed MMap Read-Write issue in io plugins and RBuf
2014-05-02 16:43:47 -05:00
deeso
3adcb54f17
Overhauled how files are loaded. Now *all* files use an IO plugin the default one is mmap'ed
2014-05-01 20:13:57 -05:00
jvoisin
7be0331d6d
Fix CID 1134512
2014-04-30 01:37:27 +02:00
Anton Kochkov
7b3db8b1b1
Fix CID 1171364
2014-04-30 02:38:04 +04:00
Anton Kochkov
f78e258b52
Fix CID 1181834
2014-04-30 02:30:08 +04:00
Anton Kochkov
47e5524be1
Fix CID 1191355
2014-04-30 02:19:55 +04:00
Anton Kochkov
b483d9189c
Fix CID 1135070
2014-04-28 22:40:22 +04:00
pancake
b49195f2df
Fix lot of warnings
2014-04-28 11:53:22 +02:00
Anton Kochkov
afedcc0074
Fix CID 1135011, 1195065, 1134730, 1134754, 1134907, 1134758
2014-04-27 01:06:13 +02:00
Anton Kochkov
c635b5fff1
Fix CID 1134736
2014-04-26 04:02:29 +04:00
Anton Kochkov
51736bd435
Fix CID 1134485, 1134486
2014-04-26 01:53:23 +04:00
pancake
91e4f7659b
Fix heap overflow in io/cache.c (Thanks @nixerr)
2014-04-25 03:03:17 +02:00
deeso
d5908941fb
Steps toward fixing the reopen of a file being debugged
2014-04-24 18:21:40 -05:00
deeso
c6a7faad77
fixed the bug with the insane fuzz command
2014-04-22 23:06:00 -05:00
pancake
836803d786
Sdbize RBin.list_archs(). Expose addrinfo in 'k bin/fd.#/addrinfo/*'
2014-04-23 03:57:13 +02:00
Anton Kochkov
1956dc669d
Fix CID #1135135
2014-04-20 03:38:01 +04:00
Adam Pridgen
af800c4b1b
fix to wen because the size caused an incorrect allocation
2014-04-08 17:47:26 -05:00
Adam Pridgen
b182b23b40
fixing the following coverity issues, which entails the issue with print and most of the java issues:
...
1196398, 1196403, 1196402, 1196401, 1196400, 1196413, 1196415, 1196414, 1196411
2014-04-05 00:39:17 -05:00
Adam Pridgen
3ddac2d893
Fixed yank from file RCoreFile swap, and fixed logic bug in io.c that would prevent file swaps
2014-04-02 13:10:26 -05:00
Adam Pridgen
f8679bb888
Fixed yank from file RCoreFile swap, and fixed logic bug in io.c that would prevent file swaps
2014-04-02 13:10:03 -05:00
condret
cd92dfee31
fix an io-map bug
...
this makes the wall of 0xff at the end of this video less scary : http://runas-racer.com/foo/io_bugs.mp4
2014-03-31 03:07:50 +02:00
Adam Pridgen
6a50f55834
Fixing some of the coverity issues
2014-03-28 12:17:23 -05:00
Adam Pridgen
09fa5cf10c
Added extend to io support, now files can be extended, b00y4!
2014-03-24 22:57:36 -05:00
Adam Pridgen
940db1cf75
Added the ability to yank a file into a buffer without loading it
2014-03-20 23:25:39 -05:00
Adam Pridgen
b144099451
RCore yank_buf is now a RBuffer with a defined API. Tweaked RBuffer so it reallocs buffers correctly. Modified io_zip to write through on new files.
2014-03-20 13:09:37 -05:00
Fedor Sakharov
977b5fb706
io_ihex: Lets remove infinite cycle
2014-03-11 20:41:40 +04:00
pancake
b9d7533137
Fix overflow in r_socket_http_get
2014-03-10 00:55:57 +01:00
pancake
d664e7b7de
Initial SDBization of RAnalMeta...
2014-03-04 12:23:52 +01:00
pancake
d1dd21ea9e
Fix statically link of libgdbr
2014-03-03 19:09:40 +01:00
pancake
ffa6f94ff2
Fix linkage of gdbr on w32
2014-03-03 18:57:21 +01:00
defragger
bf7d50156f
added implementation that uses libgdbr
...
Signed-off-by: defragger <rlaemmert@gmail.com>
2014-03-03 17:19:33 +01:00
pancake
f3a83d63f3
Fix self:// on Linux
2014-03-02 04:19:36 +01:00
pancake
9ec418ec37
Fix rap:// and enhace RConsMouseWheel support
2014-03-02 00:31:35 +01:00
pancake
d257493fb3
Fix some warnings
2014-02-24 12:18:07 +01:00
pancake
9b9b04576f
Purge all r_lib references
2014-02-20 22:16:23 +01:00
pancake
6f2baaa202
Use strncmp instead of memcmp to check the io uri
2014-02-18 03:03:13 +01:00
Adam Pridgen
e5a2428cae
zip write through is now supported
2014-02-17 09:25:58 -06:00
pancake
90264229c9
Add Vo, fixes in $sys in RAsm, new io.self plugin, initial work on preloaded r2
2014-02-10 03:31:12 +01:00
pancake
e421d5bb56
Bump sdb to fix memleaks
2014-01-31 18:26:11 +01:00
pancake
5f14f7290b
Add --with-syszip configure flag to use system libzip+libz instead of shlr/zip
2014-01-30 01:45:08 +01:00
Adam Pridgen
a79ea9dd34
Fixed coverity issues: 1164785, 1164787, 1164788, 1164790-1164794
2014-01-27 08:34:26 -06:00
Adam Pridgen
e6fe3354d9
Fixing coverity issues for io_zip, hanging caused by infinite loop in disasm.c,
...
and io map collisions (which adds file.loadalign, file.loadmethod (append or fail),
and file.suppresswarnings.
2014-01-25 23:48:22 -06:00
pancake
f287cfb413
Fix build
2014-01-24 11:13:17 +01:00
Adam Pridgen
70e832b35e
Adding the option to open more than one file via a plugin. Now all the files in a zip can be loaded using zipall:// uri.
2014-01-23 21:51:39 -06:00
pancake
48273ec2ed
Fix #559 - Fix segfault (workarounds)
2014-01-21 15:40:10 +01:00
pancake
d86bf57ca4
Remove more r_lib references
2014-01-18 02:52:49 +01:00
Adam Pridgen
6058b7b4a8
coverity fixes
2014-01-14 10:40:18 -06:00
pancake
d7d3965405
Fix debugger for Debian Squeeze
2014-01-14 03:23:03 +01:00
pancake
d2ce7c1130
Some polishments for io_zip.c
2014-01-13 00:50:04 +01:00
Adam Pridgen
415a77dca0
Java can now load multiple bins into radare space, and analyse the different bins.
...
See libr/bin/p.bin_java.c libr/anal/p/anal_java.c for the hacky details.
Fixed the coverity issue.
2014-01-12 17:36:47 -06:00
Adam Pridgen
deb58b637a
Added index open of files in zip:// uri and fixed entrypoints reported to include only static methods, main, the constructors
2014-01-10 16:30:47 -06:00
pancake
98053a806d
Fix bjam build
2014-01-03 00:43:22 +01:00
Adam Pridgen
bc2ee1f869
Improved plugin analysis allowing plugin developers to define custom
...
analysis algorithms.
Java analysis plugin is re-written to leverage this capability.
Added some new R_ANAL types, and some of the respective operations and strings.
Updated io-component files to get file size and info
2014-01-03 00:28:46 +01:00
pancake
38fc28f960
Added more Jamroot files
2014-01-03 00:13:46 +01:00
pancake
13ea5e467d
More Jamroot files and move vm out
2013-12-31 15:57:52 +01:00
pancake
e0f436415f
Fix #493 - Segfault in rafind2 with hex://
2013-12-29 02:47:46 +01:00
pancake
84f579264f
Fix build
2013-12-22 04:37:05 +01:00
Roi Martin (@nibble_ds)
3f5ebd9d16
Fix #458 - Negative baddr
...
Fix r_bin_get_vaddr() (needs further testing due to changes in r_io)
2013-12-19 19:43:44 +01:00
pancake
f664821d8e
Fix loading the RBin information of PIE bins when debugging
2013-12-17 02:10:13 +01:00
pancake
a03dd04c42
Fix r_sys_pid_to_path for FreeBSD (thanks vsp)
2013-12-11 12:32:15 +01:00
pancake
2dff3946c4
Fix io.gdb license
2013-12-10 04:19:43 +01:00
pancake
bbe6e8c8a2
Add license to RBin, RDebug and RIO plugins
2013-12-10 04:19:04 +01:00
Adam Pridgen
b2c194014c
Updated zip file listing as requested. Could not use io->printf bc it did not flush properly after use
2013-12-03 04:51:54 +01:00
Adam Pridgen
f14f905fe0
updated zip_io so that files are accessible via script
2013-12-03 04:51:49 +01:00
pancake
180fd38163
Fix 'cg /' crash and only use numeric values in web yank (thanks zlul!)
2013-11-28 18:46:58 +01:00
pancake
21c3e01ff5
Fix #389 - Fix segfault in ptrace://-1
2013-11-26 16:16:06 +01:00
pancake
a70bc47d94
Fix malloc://-1
2013-11-26 02:04:12 +01:00
pancake
a6f4dbca47
Fix #384 - Dupped filedescriptors
2013-11-23 02:44:06 +01:00
Adam Pridgen
a5ad388eb5
Cleaned up how the pd command process input. Added support for setting [len] [asm.arch] [bits] for all pd commands.
2013-11-22 08:45:13 -06:00
pancake
58870cff95
Fix r_io_desc_new macro. It was breaking support for multiple files
2013-11-19 03:02:26 +01:00
Fedor Sakharov
13547a0bbf
Fix #370 - Some memory leaks
...
Fix memory leak in r_config_new.
cfg->nodes->free should be a custom function that frees RConfigNode
structure correctly, but not the ordinary free.
Fix memory leak in r_anal_new.
In r_anal_free need to call r_meta_free to free the
whole RMeta structure, not only it's data list.
The r_meta_free doesn't seem to have any leak itself.
Fix leaking anal->hints.
Fix memory leaks in r_cmd_free
Fix memory leak in r_cmd_plugin_init
Fix memleak in r_lib_new
Fix memory leak in r_io_plugin_init
Fix memory leak in r_debug_trace_new
Fix memory leaks in r_io_new
Fix memory leak in r_graph_new
Fix memory leak in r_sys_getdir.
Note: calling getcwd with dir=NULL is a Linux-specific extension
of POSIX, not sure if works on other non-windows platforms.
Fixes a typo
2013-11-19 01:51:40 +01:00
pancake
aaf444aaff
Fix mingw32 build of libzip
2013-11-15 01:25:34 +01:00
pancake
7112a7ded0
Fix r_io_desc_new issue
2013-11-15 00:04:17 +01:00
pancake
30ebc8b8b3
More work to make zip plugin work
2013-11-14 23:22:56 +01:00
pancake
c1dd901413
Fix zip linkage (still wip)
2013-11-14 13:57:01 +01:00
Adam Pridgen
0bc95a2fc4
Added the necessary libzip and libz files for opening zip files and reading and writing to them from memory via uri, added zip, apk, jar
2013-11-14 04:54:50 +01:00
Adam Pridgen
532f420ffa
Added fixes to load bins from IO Plugins and Fixed filename extraction so that IO Plugin names are respected instead of extracting then out of the URIs
2013-11-12 04:46:28 +01:00
pancake
e92ee874f2
Fix w32 build
2013-11-04 03:37:43 +01:00
pancake
497cb0e2e1
Fix #57 - 'is' does not work for attached process
2013-11-04 03:30:46 +01:00
pancake
629c64c851
Fix 'dr=' columns width for 64bit registers
2013-10-31 01:53:17 +01:00
pancake
3406d5eb52
Fix visual jmp keys reset and malloc:// write error
2013-10-14 01:12:09 +02:00
pancake
e173008266
Fixes on io maps and fd descs
2013-10-11 03:11:15 +02:00
pancake
903bd49dfd
Fix io/cache test case
2013-10-11 00:06:26 +02:00
pancake
32816c4669
Rewrite the code flow analysis logic
2013-10-08 04:58:51 +02:00
pancake
ae97789986
Fix lot of warnings
2013-09-14 14:04:08 +02:00
pancake
9850c0a3c3
Fix some warns and enhace GIT_TAP in makefiles
2013-08-26 01:07:21 +02:00
pancake
707b8b4e40
Try to fix #168 rlang's python plugin not properly linked
2013-08-18 01:30:03 +02:00
pancake
5297304067
Fix gdb 100% cpu and connect timeout bug in socket api
2013-07-24 08:58:10 +02:00
pancake
19314bc27f
Better comments in disasm, fix io->size = 0 regression
2013-07-18 23:00:38 +02:00
pancake
5922cfe530
Fix #150 IO issue.
2013-07-18 12:10:52 +02:00
pancake
bc0104563b
Initial support for runtime versioned libraries
...
- This check will ensure you are running the latest r2 version.
2013-06-14 02:51:33 +02:00
pancake
cdea34616d
Fix some warnings
2013-06-09 02:55:03 +02:00
pancake
433c1ce26c
Fix build
2013-06-09 00:10:16 +02:00
pancake
e68f3999ac
Fix #101 r_io_redirect was wrong and causing 'r2 -d ls' to fail
2013-06-08 18:08:17 -04:00
pancake
3f1d3ba146
Better r_str_hash(), Fixes in CCa, Added ?h, Better rbin for BEOS bins
...
Identify Haiku binaries as 'beos' with noodle()
Fix CCa for non numeric offsets
Use sdb's r_str_hash() instead of old one (much less collisions)
Added ?h command to hash strings
CCa now appends instead of replacing comments
Do not mark as static if bin links to libs
2013-06-07 10:26:37 +02:00
capi_x
c9eb90adbc
Add initial Haiku support
2013-06-06 00:21:52 +02:00
pancake
a21afe4053
More work to deprecate old cparse and use libr_tcc
2013-06-05 09:29:27 +02:00
pancake
74731aa7b1
Minor code cleanup in io
2013-06-04 23:49:28 +02:00
pancake
96accbd14b
Begin r_io review. Fix r_socket_http query for xpcshell's httpd.js
...
- Added libr/io/README in order to documentate the api
- Some minor refactoring and code cleanup in libr/io
- Fix hexdump title
2013-05-31 02:09:45 +02:00
pancake
16ddff4eb9
More work on ESIL, and implement r2 -Desil ..
2013-05-20 03:00:49 +02:00
pancake
4d78e5ee30
Make unix fork behave like w32 (r2 -d a.out == r2 -d ./a.out)
2013-05-06 01:55:09 +02:00
pancake
fb19a8cdd4
Fix debug of 32bit programs on 64bit boxes
2013-04-24 09:46:57 +02:00
pancake
189e5553cc
Initial 8051 disasm and ihex:// io plugin
2013-04-09 20:05:36 +02:00
pancake
6fbbb3dea0
Add arch/bits fields in RBinSection (breaks abi)
2013-03-26 23:37:19 +01:00
pancake
ce4382abb7
Use anal-udis86 by default instead of anal-im86
2013-03-19 10:27:57 +01:00
pancake
837489a5ed
Faster ptrace io and fixed software stepping in ARM
...
Fix software stepping in arm
p/io_ptrace now supports /proc/pid/mem io
Added =!help =!mem and =!ptrace to io/ptrace
Hide invalid section sizes messages
2013-03-19 02:36:14 +00:00
pancake
c11bf6c1cb
Fix partial IO read, show flags under visual cursor
...
Show flags in @@ and visual title with cursor
Port 80 is now default for r2 -C
Key 'q' will quit -C mode
Fix visual core_read() issue with chrome
Fix io.va issue in partial reads
Fix r_io_next_section() code
2013-03-18 00:38:04 +01:00
pancake
8f4d23a5ce
Initial implementation of io.map plugin
2013-03-12 01:50:55 +01:00
pancake
133f2dc157
Better r2 -L output. Sync spaces with rasm2/rabin2 -L
2013-03-03 03:23:52 +01:00
pancake
bdd616141c
Update io_ewf plugin for latest API. Fix in configure
2013-03-01 02:00:22 +01:00
pancake
fc6e799c26
Add pfD (disasm). Fix VI and Vi with+without cursor
...
Simplify r_print_string
Fix r_io write boundaries
2013-02-25 09:36:07 +01:00
pancake
16bf36e55c
Implement http.allow firewall rule
...
Fix socket transfer for http server
Shorter io descriptions for io_zip and io_gdb plugins
2013-02-25 01:47:55 +01:00
pancake
f37df0d2c6
Fix fatmach0 extract when unknown files are inside
...
Fix segfault in java class header parser
Fix help message of 'wt' command
2013-01-29 19:39:41 +01:00
pancake
05a2d60270
Fix r_io section load for big binaries (hello chromium!)
2013-01-29 14:56:57 +01:00
pancake
d82c53224f
Fix w32 build
2013-01-23 14:50:50 +01:00
pancake
5656505e79
Draft anal_hint. Fix build and fix build (armass.c)
...
Minor update in the enyo $webui
2013-01-13 03:19:32 +01:00
pancake
60a951e9b1
New io.buffer cache system and refactorized RHashTable
...
Implement io.buffer for fast IO (work in progress)
Rewrite util/cache.c and use it form io/buffer.c
Refactor util/ht.c and util/ht64.c to reuse code
Various minor fixes in RIO api
cache.c must be rewritten into r_buf for
2013-01-12 04:29:45 +01:00
pancake
35808e31f8
Add io.zeromap to toggle old buggy mode doublemapping file to 0
...
Add http.maxsize to define the maximum file size to be uploaded
Add http.upget config var (not yet implemented)
2013-01-03 01:43:23 +01:00
pancake
16581dde3f
Fix output of 'i'. fix rap:// connect
2013-01-02 03:34:17 +01:00
pancake
9e0ebe9def
Handle ^C in rap://, add rap listen command =:9999
2012-12-30 23:40:17 +01:00
pancake
83da070d44
Fix fcn lines in disasm, minor fix in meta
...
Initial work to fix linux32 debugger on linux64
2012-12-06 03:11:40 +01:00