pancake
9e0ebe9def
Handle ^C in rap://, add rap listen command =:9999
2012-12-30 23:40:17 +01:00
pancake
e600bf9168
Fix s/ command and autocomplete e?
2012-12-30 01:05:12 +01:00
pancake
562480a01d
Fix build again O:) (thanks vsp)
2012-12-29 19:27:08 +01:00
pancake
ff8e5afe92
Implement 'ij' command.
2012-12-23 20:51:23 +01:00
pancake
f4d743d58c
Update LungoJS to 2.1git
2012-12-23 18:34:30 +01:00
pancake
802d9ffd48
Fixes in RCoreLog and add log chat test in shlr/www/log.html
2012-12-23 15:19:11 +01:00
pancake
2d0dd302be
Add RCoreLog API ('l' command), '-' cmd is now '$'
...
Fix in disasm comments
Fix bugs in r_strpool api
Log API allows rss-like messaging
2012-12-23 13:52:57 +01:00
pancake
0d04880367
Add support for small push in x86.nz assembler
...
Better Visual Assembler and help ('?' show help)
2012-12-22 04:28:19 +01:00
pancake
1f1b0f32e9
Better help for '?' '???' '?$?' '@' and others..
2012-12-22 03:37:50 +01:00
pancake
4d22fcb806
Implement VA (Visual Assemlber), readline with callback and chs
...
r_cons_readline now have a callback api
r_num_chs() to convert from disk CHS to real address.
2012-12-22 02:37:01 +01:00
pancake
fd32fca1ab
Support segmented addressing in x86.pseudo plugin
2012-12-21 18:36:28 +01:00
pancake
2596d11fc3
Fix buffer overflow in arm assembler ( fix #41 )
2012-12-21 14:40:26 +01:00
pancake
736208b394
Fix w32 sandbox call (thanks xvilka for reporting)
2012-12-20 12:11:09 +01:00
pancake
48f710abe8
Share RBinJavaObj to RAsmJava plugin, better java and fixes in config
...
Some more work to get java support back (analysis, disasm, bin share)
Honor ordinal field in java r_bin methods
Fix segfault in 'af*' on FreeBSD (thanks idwer for reporting!)
Fix some valgrind warnings
Better io.maxblk handling
Fix div by zero when blocksize is 0
Fix disasm lines when no function and extra code comments
2012-12-20 11:31:38 +01:00
pancake
4647109763
Honor asm.segoff in r_print for hexdumps and use dec in pcj
2012-12-19 12:15:35 +01:00
pancake
51b7147df6
Add asm.linesright to show lines before opcode instead of offset
2012-12-19 01:28:34 +01:00
pancake
0f6b4e34e1
Fix null pointer in disasm
2012-12-18 15:46:00 +01:00
pancake
baae1f6e6a
Honor $. variables to get regs and fix Ps string filter bug
2012-12-14 10:51:25 +01:00
pancake
caaccaddc9
Fix some warnings
2012-12-13 18:32:26 +01:00
pancake
59f70255cf
Add bin.strings and fix other bin.* load issues
2012-12-13 10:21:57 +01:00
pancake
03ef6071c7
Define evals before loading bin, honor bin.rawstr=0 by default
2012-12-13 09:22:17 +01:00
pancake
e54cd2bf2b
Fix some bugs in .: command
2012-12-12 23:58:18 +01:00
pancake
488ea96089
Remove r_socket_*later() hacky methods
2012-12-12 13:26:26 +01:00
pancake
c8de9fe3a7
Fix http server spurious close syscall
2012-12-12 04:10:44 +01:00
pancake
c98cc9d1ab
Fix some bugs and add close_later() methods in RSocket
...
Uglify d3.js (the smaller the better)
Fix premature socket close on http reply with a hack
2012-12-10 16:25:57 +01:00
pancake
e22ac507ea
New cfg.minstr config var, add agcj command and d3 demo for r2wui
2012-12-10 01:52:11 +01:00
pancake
58371d6e2f
Add rabin2 -N flag to set minimum string length
...
By default is 2, but PE which is 4
Sort rabin2 -h flags alphabetically
Add r_bin plugin-specific minimum string length
New r_list_newf() constructor which replaces the hacky R_LIST_NEW macro
2012-12-09 01:39:27 +01:00
pancake
5ebe3d20b8
Add ?P command, fix overflow in anal/cc and ctypes build
...
Added ctypes/test.py example
2012-12-08 02:17:21 +01:00
pancake
a14f48918f
Fix build and pdj on invalid opcodes
2012-12-07 16:00:36 +01:00
pancake
bc63849795
Initial implementation of memory watchers (cw)
2012-12-07 15:44:36 +01:00
pancake
4d50d27dc2
Fix build
2012-12-07 12:20:08 +01:00
pancake
55bb8dc95e
Fix udis86 trailing spaces, add 'dw' command
2012-12-07 12:03:53 +01:00
pancake
70b037e154
Show refs in disasm, better analysis for ARM and x86-16
...
Fix status line bug in visual debugger
2012-12-07 03:12:25 +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
pancake
475372ec2c
Fix archbits in overlap mem, fixes for ad, pd and segmented addressing
...
Fix invalid wide string identification in 'ad' command
Temporal blocksize syntax ':' has changed to '!'
- x @ 1024!33
Fix overlapped IO sections handling
Add support for segmented address in temporal seek
Fix disassemlby to print more lines than blocksize
2012-12-06 00:55:22 +01:00
pancake
1f2a643013
Fix segfault in http server
2012-12-03 04:36:00 +01:00
pancake
2134da8d08
Fix http.sandbox, Fix segfault in rnum, update lungo
2012-12-03 04:28:05 +01:00
pancake
84002a421f
Better new WebUI, fix pdf,pD, implement http.timeout and more
...
Enhacements in the new webui
Fix r_socket_block_time()
Implement assembler for the 1bit arch RAR (wip)
Fix pdf, pdb and pD (print_disasm)
Implement http.timeout and http.sandbox
2012-12-03 04:01:55 +01:00
pancake
23022c596b
More datalove to the new webui, favicon, more menus, console,
2012-12-01 03:56:54 +01:00
pancake
b9584ac74e
Do 302 when requested directory not ending in /$
...
Implement two column new ui for testing
2012-12-01 02:35:12 +01:00
pancake
0b5d2ef737
Fix comparison commands ??, ?!, ?+ and ?-
2012-12-01 00:15:19 +01:00
pancake
e367b93e93
Fix visual mode flickering issue
2012-11-30 16:12:54 +01:00
pancake
7a0da18725
Add r_bin.rar plugin, per-section arch/bits, fix in S=
...
Add Sa to set/get per-section arch and bits configuration
Cache io->section and core->io->section to speed up the Sa
Update r_sys_arch*
Add dummy plugin in asm/rar
Fix lines of S=
2012-11-30 01:06:30 +01:00
pancake
a4b6835bcf
Use backlog=32 in socket.listen. Fixes chrome issues
2012-11-29 04:17:23 +01:00
pancake
07d27512ee
Append fatmach0 index in extracted filename
...
Fix the segmentation address in ? command
Fixes for the r2bot
2012-11-29 04:07:59 +01:00
pancake
04140210d1
Fix build?
2012-11-27 19:03:09 +01:00
pancake
b1e30e731b
Fixes for the r2irc.js bot and various consistency in core
2012-11-27 14:09:53 +01:00
pancake
514dd145dc
Use anal.x86.udis86 when asm.bits=16 from anal.x86
...
Fixes in the anal.x86.udis86 analysis
Add pcj command to show bytes of current block in json
2012-11-22 18:06:02 +01:00
pancake
70af2490cc
Remove useless debug message
2012-11-20 18:43:28 +01:00
pancake
3aeee274bf
Workarounds for x86-16 and prepare bitmap
2012-11-20 18:42:23 +01:00