Commit Graph

5079 Commits

Author SHA1 Message Date
pancake
b9184a0672 Remove unused hightlight function 2014-10-06 12:08:03 +02:00
pancake
961f2fe27f Better chunked size /+ with incremental subchunking 2014-10-06 02:50:10 +02:00
pancake
2ac80c7c6a Add chunked search /+ and enhace visual mode |=
* | sets cmd.cprompt
* = sets cmd.vprompt
* var names are a bit confusing, we should find better names
* Better highlight
* Fixed column in visual
* scr.colpos has been deprecated, now uses hex.cols
* Initial implementation of a chunked search /+
2014-10-06 02:36:22 +02:00
pancake
d614c40833 Fix #1484 - ac not honoring scr.color 2014-10-06 02:07:50 +02:00
pancake
845157426a Fix mouse selection problems in V: 2014-10-05 16:20:59 +02:00
pancake
a77daafd27 Add optype for in/out/iretd for x86.udis 2014-10-05 16:17:06 +02:00
pancake
f5b578e851 Add some more mach0 headers for r2 -nn 2014-10-05 15:58:31 +02:00
pancake
626d70d30d Recognize LDR pc and POP pc as RET in arm.cs 2014-10-05 15:36:11 +02:00
pancake
5cf6900cf9 Fix symbol list on some MACH0 files 2014-10-04 17:44:33 +02:00
condret
b43409f03b Fix CID 1243234 2014-10-04 00:06:34 +02:00
pancake
a9b78503c5 Regset stuff moved to stderr 2014-10-03 20:40:54 +02:00
pancake
1ae88f7491 Fix 'dcu' on OSX 2014-10-03 20:23:05 +02:00
Torben Nielsen
3ee3a268a6 Patch for issue #1477: BRBC/BRBS address calculation error. 2014-10-03 20:18:23 +02:00
pancake
a58789782d Finally fix the brainfuck emulator 2014-10-03 20:05:33 +02:00
pancake
b25af56871 Fix negative rpnesil mask issue 2014-10-02 11:07:04 +02:00
pancake
18e6fda463 Fix the ESIL emulation (skip flag must be reset on every parse) 2014-10-02 10:55:24 +02:00
pancake
b8532a0679 Fix crash in tms320 finalization 2014-10-02 10:11:46 +02:00
condret
9297d3d688 kill unused RCoreFile->seek 2014-10-02 01:56:26 +02:00
pancake
bdb7acc873 Refactor r_debug_pid_list() a bit 2014-10-01 21:39:28 +02:00
pancake
a4eefac793 More fixes for the ELF loader in get_libs() 2014-10-01 20:11:55 +02:00
pancake
664ae46dc5 Should fix #1457 - ELF rpath oob read 2014-10-01 19:59:50 +02:00
pancake
4249664dd4 Fix block cursor problems and temporal cursor seek in visual+prompt 2014-10-01 19:00:06 +02:00
Anton Kochkov
d08f4ebaf5 uint64_t -> ut64 for the windows build glory 2014-10-01 20:09:45 +04:00
Skia
f5a150c0ed Fix pf 2014-10-01 12:05:41 +02:00
pancake
50cddc5286 Fix java disasm crash from rasm2 2014-09-30 23:37:20 +02:00
condret
4f70c1bf89 kill RCoreFile->size 2014-09-30 15:31:19 +02:00
Maijin
2a37539759 Fix Wformat 2014-09-30 13:19:10 +02:00
pancake
0bb1407787 Fix dpj crash (%s -> %c) 2014-09-30 13:07:53 +02:00
Maijin
6661225118 Fix Warning incompatible pointer type
passing argument 2 of ‘r_file_slurp’ from incompatible pointer type [enabled by default]
2014-09-30 12:23:39 +02:00
pancake
d2ab437af4 Fix #1459 - rabin2 -g crash 2014-09-30 12:12:34 +02:00
pancake
89c32e5d42 Check null ptr in elf 2014-09-30 12:07:29 +02:00
pancake
baf3145598 Use dynamically allocated buffers for RSearchKeywords 2014-09-30 12:04:02 +02:00
LemonBoy
0dfa695bc1 Check for null pointer before deferencing it in cmd_search.
Fixes #1462
2014-09-30 11:57:12 +02:00
pancake
276f16896c Fix aa;pxa crash 2014-09-30 11:51:24 +02:00
-TOSH-
41c116863f Fix: typo in b? command 2014-09-30 04:09:57 +02:00
pancake
fcc253fa4f Fix segfault reported in #1447 2014-09-30 04:05:40 +02:00
pancake
e6e3ae84f4 Increase max function size of 256KB, Handle ^C in z/ and better output 2014-09-30 03:52:29 +02:00
pancake
e879ae63fa Fixes for 'z' signature matching commands 2014-09-30 03:38:24 +02:00
pancake
02978e14ec Do not kept detached to fix 'dcu' on osx/ios 2014-09-28 10:37:33 +02:00
pancake
238bd6b6c4 Fix VV: wheel issue and set scr.highlight via Vdh, V/ or VV/ 2014-09-28 04:01:31 +02:00
pancake
e3ef5f652c Fix scr.highlight on !OSX 2014-09-28 03:53:59 +02:00
Jonathan Neuschäfer
04d8cbff91 rpnesil.c: replace the masks array by an inline function
This should save around half a kilobyte in exectuable size and may or
may not be more readable.
2014-09-28 03:30:30 +02:00
Jonathan Neuschäfer
9ee2584c6a Fix r_file_slurp usage: use ut64 for buffer size 2014-09-28 03:30:30 +02:00
Jonathan Neuschäfer
4eee744995 VdS: set flags where the strings are, not at $$ 2014-09-28 03:30:30 +02:00
pancake
0248e53fb6 Add scr.visual, Fix BinBios section loading (rva issue) 2014-09-28 03:27:22 +02:00
Maijin
461ffd6907 Fix #1393 and update other pf help messages 2014-09-28 01:47:57 +02:00
pancake
59480b3a5f Fix pxa trash chars 2014-09-28 01:45:35 +02:00
pancake
95bb7bb74e Define and use R_NOTNULL in RBinPlugin.load_bytes 2014-09-28 01:43:08 +02:00
Jonathan Neuschäfer
5280575d49 Add anal.null, a new fallback analysis plugin 2014-09-28 01:03:53 +02:00
Alberto Ortega
6c722b704a fix unused var warning in bin_elf.c 2014-09-28 00:16:44 +02:00