5720 Commits

Author SHA1 Message Date
pancake
5313aa9a88 Fix #1312 - pf infinite loop 2014-09-10 01:49:48 +02:00
pancake
e39d407f79 Fix infinite loop when debugging r2 from lldb 2014-09-10 01:40:43 +02:00
Skia
ff626df236 First implementation of pf*
Doesn't work for nested struct yet...
2014-09-09 22:20:18 +02:00
Skia
164ced622b Add more types to compute the struct size in pf 2014-09-09 22:20:18 +02:00
condret
ec3df92770 kill r_core_file_t->filename 2014-09-09 17:02:25 +02:00
condret
455f8fdfc8 2 performance improvements // don't use r_io_use_fd if you can use r_io_use_desc 2014-09-09 16:06:28 +02:00
pancake
8f6ecaa659 Fix preload on Linux and OSX 2014-09-09 12:11:23 +02:00
jvoisin
e4b1246b82 Close #1316
And colorize (? too.
2014-09-09 02:39:07 +02:00
pancake
0343c97b71 Fix long relative jmp assemble in x86.nz plugin 2014-09-09 01:06:21 +02:00
pancake
32173be9ee Fix RBinInfo.static 2014-09-09 00:33:31 +02:00
pancake
238251af8d Remove -zz warning and add doc/strings early draft 2014-09-08 23:32:07 +02:00
pancake
777b26fd6e Add r2 -z and r2 -zz: Fix the bin.strings and bin.rawstr logic. 2014-09-08 23:29:50 +02:00
condret
c9aaede4e4 add custom op for daa on esil-gb 2014-09-08 23:37:20 +02:00
pancake
411029cb5e Fix pxa segfault and visual blocksize issue 2014-09-08 22:43:13 +02:00
LemonBoy
7833b0427d Rewrite register profile parser to make it cleaner and more robust
- Make all the reg profiles heap-allocated for consistency
- Fail gracefully when the profile has errors
- Minor fixups
2014-09-08 17:41:22 +02:00
pancake
212d15803c Fix crash in VVV 2014-09-08 17:10:53 +02:00
pancake
63ad4649db Use sdb_fmt in anal/var 2014-09-08 12:24:14 +02:00
pancake
7fde96ea63 Add some header structs for MACH0 and fix some for ELF (rabin2 -rk '' related) 2014-09-08 12:20:50 +02:00
pancake
8c4925ff6e Added vsize for iSj #1289 2014-09-08 11:27:34 +02:00
pancake
2cf4cd6b03 Implement 'cv' to allow cheat search and do not print @@ in foreach offset 2014-09-08 11:01:00 +02:00
pancake
a8d3136bd3 Working demo for 'r2 -nn ..'. See 'pf.' and 'fs *;f' 2014-09-08 04:37:34 +02:00
pancake
4bcb57955f Initial test exposing elf headers into Sdb and fix crash in bin-any 2014-09-08 04:17:38 +02:00
pancake
a62e8603f7 Fix read on freed memory in bin/p/bin_any.c 2014-09-08 02:23:26 +02:00
pancake
27650d1f42 Fix more color issues in pxa 2014-09-08 02:08:38 +02:00
pancake
be66c5149d Fix segfault in pxa palette and avoid empty lines 2014-09-08 01:59:28 +02:00
pancake
83e944afe4 Fix esil for c9 (leave) on x86.udis86 2014-09-08 01:46:46 +02:00
pancake
dee8c27502 Do not use ttyname() - not portable 2014-09-08 01:39:21 +02:00
pancake
071578cb80 Fix 'pxa' disco-mode problems 2014-09-08 01:33:50 +02:00
pancake
72491110a5 Use perror() when ptrace-me fails 2014-09-08 01:18:57 +02:00
pancake
9173e41e12 Increase pxa buffer size to fit with rgb escape codes 2014-09-08 00:36:34 +02:00
Jody Frankowski
cacb38ae98 Fix and clean r_inflate 2014-09-08 00:04:27 +02:00
pancake
af12fc502a Show nice error message for r2 -w /bin/ls 2014-09-08 00:01:39 +02:00
pancake
4c5cb65147 Fix $ r2 -w /bin/ls 2014-09-07 23:57:26 +02:00
condret
7a5094107d correct a few esil-gb-string and make a few others look more accurate 2014-09-07 19:36:38 +02:00
pancake
6d06508da1 Fix io-ptrace-write on linux-64 2014-09-07 12:14:57 +02:00
condret
5c4a5ab5bb make rafind2 using r_io_pread instead of r_io_read_at 2014-09-06 23:40:52 +02:00
condret
7ce6922491 rename r_io_open -> r_io_open_nomap and add a new r_io_open that creates a map at 0x0 2014-09-06 23:08:16 +02:00
pancake
5e1fbab9cc Apply the previous rule only for non-program binaries 2014-09-06 12:03:13 +02:00
pancake
1983ba24dd Fix loading ELF object and shared libs (needs more review/test) 2014-09-06 11:41:46 +02:00
pancake
8ad662fa1a Fix oob read in RCons.flush() 2014-09-06 11:39:16 +02:00
pancake
34f6c3d06b Fix pf? 2014-09-06 04:22:42 +02:00
pancake
5652b25b11 Update sdb 2014-09-06 03:27:22 +02:00
pancake
b4405e8699 Fix symstall of hud 2014-09-06 02:23:09 +02:00
condret
8296cf75ea make rahash2 using pread directly/ fix rahash2 -a all bug for vio 2014-09-06 01:40:49 +02:00
pancake
0e5a82e10e Add newline to stderr if no one in last line inside RCons.flush 2014-09-06 00:24:03 +02:00
condret
e6aaeca4a5 fix 3 possible memleaks if io->redirect 2014-09-06 00:32:00 +02:00
pancake
535343925f Fix gdb:// on linux-x86-{32,64} 2014-09-06 00:13:03 +02:00
LemonBoy
ece4e42344 Fix a sizeof error in RDebug.reg_sync(). By rewriting the whole function. 2014-09-05 23:55:44 +02:00
Jody Frankowski
ef7030b303 Fix missing space in cmd search 2014-09-05 23:17:57 +02:00
condret
a2491bbc08 fix a bug that does evil things with io->maps 2014-09-05 23:10:09 +02:00