Commit Graph

15085 Commits

Author SHA1 Message Date
Khairul Azhar Kasmiran
1c9d10f6c0 asm.strenc (utf8, guess) (#7849)
* Fix #7674 - fix escaping of \u

* asm.strenc (utf8, guess)
2017-07-02 09:46:59 +02:00
Srimanta Barua
2424f962ce Check which vcont commands and use them if they are (#7847) 2017-07-01 21:16:48 +02:00
Simone Ferrini
283c2796d1 [bin_mach0] added NULL check to fix a segmentation fault (#7846) 2017-07-01 15:00:17 +02:00
Khairul Azhar Kasmiran
486de5ba75 Fix #7755 by preventing ffffff (#7845) 2017-07-01 10:08:41 +02:00
Khairul Azhar Kasmiran
fd6bf467dc Use r_str_escape for ASCII anal addr strings (#7834)
* Use r_str_escape for ASCII anal addr strings. Cleanup string printing code.
* pdsf -- consider esc seq as 1 char
2017-06-30 17:45:47 +02:00
Sven Steinbauer
c97d11b1f9 Fix pass by value errors from scan (#7842) 2017-06-30 17:40:27 +02:00
xarkes
342887c7d8 Fix windows F keys press in visual mode (#7843) 2017-06-30 17:40:07 +02:00
pancake
9b98a8a5e4 Fix #7841 - allow scroll in pCD 2017-06-30 11:38:46 +02:00
Lowly Worm
311dfdeed3 make a valid clang-format
* this still is suboptimal because it doesn't differente spaces between
 parens for declaration vs definition
2017-06-29 22:42:38 -07:00
Lowly Worm
c88e4ef13b ignore infer static analysis output and cscope 2017-06-29 22:18:20 -07:00
Lowly Worm
dacc49b1bc more grammar role/roll 2017-06-29 18:45:25 -07:00
Lowly Worm
2ef0e2ca46 fix homophone grammar error "role/roll" 2017-06-29 18:44:29 -07:00
jmcfadyen
5c72e1a94b Add format parsing for 'x\' command (#7839) 2017-06-29 17:38:15 +02:00
xarkes
927c484932 Reorganized meson version grabbing (#7828) 2017-06-29 17:35:40 +02:00
pancake
18890c6dcb Fix 32bit issue while constructing method flags
- 1L = 32bit on 32bit and 64bit on 64bits, must be 1LL
- otherwise the <<n overflows and iters twice the same bits
2017-06-29 17:32:01 +02:00
Srimanta Barua
ff7b6c1df2 Optimized gdbserver mem read, and added gdbserver mem write 2017-06-29 17:17:22 +02:00
masapastosa
f4185a2ec9 Fix #7830 - Help for |? like ?|? 2017-06-29 17:16:24 +02:00
pancake
bb324d3709 Fix format strings, class->index is int, not ut64 2017-06-29 16:36:04 +02:00
pancake
9be31cfd9c DT_FLAGS_1 are bitfields not a plain value, fixes full relro detection 2017-06-29 16:01:07 +02:00
xarkes
3ee2bd5ede Set windows meson default to static libraries (#7840) 2017-06-29 10:57:20 +02:00
SkUaTeR
c31d81da26 support for static build (#7822)
* support for static build
* improved sharard/static build
2017-06-28 22:54:40 +02:00
pancake
4e4ed9fd20 Implement s== to show flag names, not just offsets 2017-06-28 14:13:12 +02:00
Sven Steinbauer
6283f7ecfc Fix and refactor imul for x86.nz (#7832)
* Fix and refactor imul for x86.nz

The imul op wasn't correctly supported in x86.nz so decided to update
and refactor it. It now supports all operand numbers and combinations as
per the docs.

* Remove dead code
2017-06-28 13:54:15 +02:00
pancake
78667c5b64 Better cmd.gprompt 2017-06-28 12:59:11 +02:00
pancake
dac86f039a Fix visual cursor, invert V|| offset and fix so-1 2017-06-28 02:21:16 +02:00
pancake
3e7c01e5e4 Implement asm.minvalsub variable 2017-06-28 01:29:04 +02:00
pancake
c016024995 Implement |T to pipe to the scr.tts engine 2017-06-28 01:16:13 +02:00
Ren Kimura
fd765893dc Removed end point trace session 2017-06-28 00:56:41 +02:00
Khairul Azhar Kasmiran
34dfc489c8 Use r_str_escape for io strings 2017-06-28 00:56:22 +02:00
pancake
bf883ee806 Reduce flashes in V|| aka cmd.cprompt 2017-06-28 00:35:58 +02:00
pancake
721304a3ed Implement visual entropy browser with V|| and then hl keys to move 2017-06-28 00:24:26 +02:00
pancake
716ade94bf Remove noisy warning 2017-06-27 23:44:38 +02:00
pancake
785f8b3ea3 Fix sdb_load in r_syscall 2017-06-27 23:42:41 +02:00
pancake
48fd6485bc Update sdb 2017-06-27 23:29:56 +02:00
pancake
fc41044e93 Iterate over all DT_FLAGS, and update capstone 2017-06-27 18:16:37 +02:00
pancake
6a7e609cfb Handle DT_FLAGS -> DT_1_NOW as DT_BIND_NOW for proper relro detection on ELF 2017-06-27 17:59:48 +02:00
pancake
a89b3fbb90 Fix r2naked.h for Swift (extern "C" it's just a c++ism) 2017-06-27 17:59:25 +02:00
Marc
1c772a9672 Enhance icj, ic and id in Dex (#7821) 2017-06-27 17:02:14 +02:00
h4ng3r
5418e99fcf Fix some string formats for 32bits 2017-06-27 01:11:57 +02:00
xarkes
19e7035476 Adding msvc 32bits to appveyor 2017-06-26 15:37:34 +02:00
SrimantaBarua
59a5c07d8f invalidate reg cache 2017-06-26 11:39:30 +02:00
SrimantaBarua
5938053422 gdb reg caching 2017-06-26 11:39:30 +02:00
SrimantaBarua
cb13de2c5b Corrections to attach pid 2017-06-26 11:39:30 +02:00
NighterMan
42836cb353 Fix for #7819: Properly trim \n on rarun2 envfile
Newline characters are not properly removed when reading env vars from envfile
of a rarun2 profile. Although tempted to to use `r_str_trim_tail`, manual
trimming is used instead in order to disrupt env vars as little as possible
for funky cases such as when including shellcodes, etc...
2017-06-26 08:35:43 +02:00
Adrian Studer
c1cb93aaf8 set ptr and val to correct values (#7817) 2017-06-25 17:03:25 +02:00
Lowly Worm
b5c0c01c6b fix the cov defect 2017-06-24 22:03:47 -07:00
Xiao Di Guan
6ae9d891db Fix xnu_wait stopping prematurely (#7744) (#7745)
* Fix xnu_wait stopping prematurely (#7744)
* Use task_swap_exception_ports (instead of *get* then *set*)
* Add new debugger stop reason for user-initiated breaks
* Stop the inferior when `dw` is interrupted (#7744)
* Stop the inferior after attaching
2017-06-24 17:57:11 -05:00
Lowly Worm
f0faf8bbea fix crash in oob pseudo (#7815) (#7816)
* fix crash in oob pseudo (#7815)

* syntax error

* fixup from pancake comments

* fencepost

* final fixups

* fix scoping error
2017-06-24 15:29:25 -07:00
SkUaTeR
266686278a msvc x64 version run ok (#7814)
* msvc x64 version run ok

* fix
2017-06-24 14:25:12 -05:00
pancake
2320b29e8f Fix memleak and invalid format string for gdb 2017-06-24 20:49:59 +02:00