6276 Commits

Author SHA1 Message Date
Henrik Nordstrom
f024521b7d Fix project saves where old data was left at the end if project has shrunk in size 2014-11-03 02:27:25 +01:00
Henrik Nordstrom
5c5114c542 cons: Simplify buffer management slightly in r_cons_printf
there is no need to check twice if the buffer is full.

In additition the first check (deleted) has an off by one error.
2014-11-03 02:25:22 +01:00
pancake
741e1ba797 Update capstone to get the negative delta disasm issue on x86 2014-11-02 18:45:55 +01:00
pancake
bbaf70168c Fix #1535 - Another random hackaround to have x86 16 bios images working again 2014-11-02 14:23:10 +01:00
pancake
a2dda7ccea Add asm.cyclespace and make asm.tracespace independent to asm.trace 2014-11-02 03:06:52 +01:00
pancake
448d8e523c Minor code cleanup 2014-11-02 02:34:59 +01:00
pancake
1b5d985582 New config var 'asm.tracespace' to indent code with trace.count information 2014-11-02 02:19:31 +01:00
pancake
1e3e97f2fb More and better support for tasks. Add anal.sleep to avoid 100% cpu in analysis 2014-11-02 02:01:09 +01:00
pancake
6a6290a4da Implement Sdb in RDebug.Traces. O(n) vs O(1) in pd with asm.traces=true 2014-11-02 01:21:45 +01:00
pancake
14917b1fb7 Fix #1576 - Infinite analysis loop 2014-11-02 00:28:22 +01:00
pancake
1be4e0ea35 Handle ^C in several pd,pdr,pi,.. commands 2014-11-01 23:54:51 +01:00
pancake
1c3df12988 Use the new cs_disasm_iter API for {asm,anal}.x86.cs plugins (experimental) 2014-11-01 23:54:23 +01:00
pancake
3f16c42bf7 Fix segfault in core/io and update capstone 2014-11-01 22:23:11 +01:00
pancake
52b28c601a Re-enable GRUB code. Oops 2014-11-01 22:20:11 +01:00
pancake
6555402bf5 Fix warning 2014-11-01 22:12:05 +01:00
Skia
9964f3e7fa Finish pfs 2014-11-01 22:11:12 +01:00
Skia
21e40d9a73 Fix CID 1250448 2014-11-01 22:11:12 +01:00
Skia
8c19b32810 Revert "Simplify code to fix COV 1250448"
This reverts commit d49373bcb3976512266814383acebe86dd02ad32.
2014-11-01 22:11:12 +01:00
Jeffrey Crowell
9a44fbc8f4 Fix crash in graph where you print the current node twice. 2014-11-01 22:08:04 +01:00
condret
efafe0b0fd fix #1597 2014-11-01 19:17:07 +01:00
pancake
e5461c14ce Fix COV#1250308 and COV#1250307 2014-11-01 10:52:22 +01:00
pancake
d49373bcb3 Simplify code to fix COV 1250448 2014-11-01 10:35:30 +01:00
pancake
abb3690c3a More fixes for the &Task command 2014-11-01 05:18:37 +01:00
pancake
d22b93c898 Add missing file 2014-11-01 04:48:35 +01:00
pancake
8e29c0ef9d Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
Skia
897cdcd45c Add pfs to print struct size 2014-11-01 04:23:51 +01:00
Skia
367aaa878b Improve linked list display in pf 2014-11-01 04:23:51 +01:00
Skia
4c70e1aa65 Fix pf 2014-11-01 04:23:51 +01:00
Maijin
da29755200 Add pwd usage 2014-11-01 04:23:10 +01:00
pancake
053f71f946 Fix previous 'wt' commit and disable #! in sandbox mode (Fix #1604) 2014-11-01 04:22:09 +01:00
pancake
ae9773808b Fix #1603 - Sj is an alias for iSj.
- Fix a typo in the 'wt' command
2014-11-01 04:13:50 +01:00
Maijin
3e3b222033 Add timestamp 2014-10-31 15:21:52 +01:00
Skia
f7929e1801 Add timestamp support in pf 2014-10-31 02:52:45 +01:00
Skia
b94c28b34a Fix nested struct output 2014-10-31 02:52:45 +01:00
inisider
230bb508a5 Add support of RBuffer instead of FILE
use r_buf_seek and r_buf_read
2014-10-31 02:01:01 +01:00
Maijin
2af83a7c34 Add pae?, pad? usage 2014-10-31 01:59:29 +01:00
Maijin
9332779899 Add usage for p6*, p6e, p6d (defaults to core->blocksize) 2014-10-31 00:04:00 +01:00
pancake
895879a86b Fix #1593 - r2 -cr -- segfault 2014-10-31 00:00:43 +01:00
pancake
6fcd870a5c Bring back asm.trace and dbg.trace to life 2014-10-30 23:58:22 +01:00
pancake
211688f537 Handle bp.cmd and RBreakpointItem->cmd in RDebugContinue (bps and traces)
- Add scr.echo
2014-10-30 22:58:51 +01:00
Maijin
0c5fbd72a9 Fix print usage and fix pk pK for using len 2014-10-30 19:07:58 +01:00
pancake
acc0ec8263 Fix #1587 - pcJ shows dirty stuff (base64 encoded not null terminated) 2014-10-30 15:52:01 +01:00
skuater
fe84360d96 Pre feature break traces 2014-10-30 10:43:35 +01:00
pancake
f766d23fd8 Add doc/flirt 2014-10-30 10:42:49 +01:00
pancake
e8140ab8bf Add r_buf_seek() 2014-10-29 22:53:51 +01:00
pancake
92b167bbdd Add r_buf_read/write methods using CUR, fix some more warnings 2014-10-29 22:12:16 +01:00
Maijin
996fd1c1c9 fix print usage 2014-10-29 19:56:02 +01:00
pancake
67c3b050b6 Update sdb from git 2014-10-29 15:37:04 +01:00
pancake
8184dc07aa Add help for 'afo' 2014-10-29 10:42:58 +01:00
pancake
229d82709d Fix 'afo' 2014-10-29 10:41:43 +01:00