Francesco Tamagni
4eab2a8553
Fix CID 1368158 ( #7731 )
...
by keeping the ap argument read-only and use a copy instead, so both copies can be safely ended before returning
2017-06-13 13:45:16 +02:00
pancake
f62df0d745
Add flow2 to all color themes
2017-06-13 10:38:38 +02:00
pancake
fef6618c29
More fixes for the white theme
2017-06-13 10:08:50 +02:00
pancake
1f1fb38b2a
Fix | and |H suffix in sandbox mode, happify the webserver
2017-06-12 23:34:51 +02:00
pancake
752a1d6e27
Add missing socket/serial.c
2017-06-12 23:02:32 +02:00
pancake
6c37a9aa10
Add serial support in RSocket for gdb:///dev/ttyUSB0:9600
2017-06-12 22:25:58 +02:00
pancake
966b6475c4
Fix warnings in rcons and update www-m
2017-06-12 17:20:34 +02:00
pancake
6ad2ced0fe
Remove wtf ia* call from cconfig
2017-06-12 16:37:01 +02:00
pancake
00e8f20547
Fix #7727 - undefined pointers and out of band string access fixes
2017-06-12 15:50:52 +02:00
pancake
bda42cb592
Update the www-t
2017-06-12 15:33:21 +02:00
Francesco Tamagni
c17c725ebb
Fix crash in r_cons_printf_list and simplify logic ( #7725 )
2017-06-12 12:38:00 +02:00
Khairul Azhar Kasmiran
77cba1dfee
Using r_str_escape for anal strings
2017-06-12 11:37:28 +02:00
pancake
54150fa3db
Fix last covs
2017-06-12 11:28:54 +02:00
pancake
65000a7fd9
Fix #7723 - crash in ext2 GRUB code because of variable size array in stack
2017-06-12 09:57:30 +02:00
Sajjad Pourali
ba25be4934
commented unused variable (libr/anal/pin.c) ( #7714 )
...
* commnet unused variable (libr/anal/pin.c)
* Create pin.c
2017-06-11 02:13:19 +02:00
Srimanta Barua
d81f369fa1
Fix gdb client packet size ( #7703 )
...
* Fixes for packet too long
* Proper escaping in packets and run-length encoding
* Removed old cache code
* Removed currently unnecessary code from client initialization
* Preparation for customized packet sizes
* Better packet-size configuration
* Minimum packet size (for AVR)
* mem_write too
* Corrections to packing code
* Was overcompensating for AVR. (pkt_sz = 16 => read_mem_len = 8)
2017-06-11 02:12:44 +02:00
pancake
429740e5a1
Implement aerR and cmd.esil.ioer
2017-06-10 20:40:16 +02:00
pancake
7512396ab5
Fix dblfree introduced in last esil cleanup
2017-06-10 18:53:20 +02:00
pancake
37e08489bd
Fix build and implement ?eg for gotoxy and ?ec for column
2017-06-10 18:37:56 +02:00
pancake
0ded60cd0c
Implement cmd.esil.todo
2017-06-10 18:00:07 +02:00
pancake
dfe3cb8305
Honor asm.flags in prc
2017-06-10 17:47:26 +02:00
Andry
f81e0a7fdb
grep functions refactoring ( #7672 )
2017-06-10 12:39:04 +02:00
Ren Kimura
487b305a8d
Changed finding logic of session key ( #7719 )
2017-06-10 12:38:23 +02:00
alvarofe
7af491dda5
Fix build
2017-06-09 21:35:38 +02:00
pancake
470c183010
Initial work towards supporting a visual ESIL debugger VpOd
2017-06-09 19:12:20 +02:00
pancake
aad2d70552
Fix some warnings
2017-06-09 03:22:18 -11:00
Roi Martin
d9202106f4
Fix hex column resize in visual mode ( #7712 )
2017-06-09 15:58:49 +02:00
pancake
8da5d2b295
Fix esil pin implementation using r2 commands
2017-06-09 02:50:28 -11:00
pancake
6e1490f747
Minor help message fixes
2017-06-09 02:07:05 -11:00
pancake
1ae19361ea
Remove debug printf in r2pipe.c
2017-06-09 11:26:53 +02:00
alvarofe
abe88502c9
Return exports and import when found error
...
This improves some pe like CoST.exe one
2017-06-08 18:24:36 +02:00
alvarofe
82fc246f1d
Resotre hook_mem_write when asm.emu activated
2017-06-08 18:20:48 +02:00
xarkes
f590de9e71
Fixed meson r_version.h ( #7702 )
2017-06-08 05:32:17 +02:00
pancake
d5ede2bf44
Party reverts f85bc674b2
.
2017-06-08 04:22:50 +02:00
pancake
4be4af58fd
Fix command injection vulnerability in dex methods
2017-06-08 04:15:38 +02:00
pancake
8c80c2a9bb
Fix null deref introduced in previous commit
2017-06-08 02:39:30 +02:00
pancake
f85bc674b2
Fix #7698 - UAF in r_config_set when loading a dex
2017-06-07 23:51:13 +02:00
xarkes
bcdbfcaf8a
Moved meson bat script + better meson.build file ( #7701 )
2017-06-07 23:36:02 +02:00
xarkes
66cb8017f7
Modifed scripts for easier windows install ( #7700 )
2017-06-07 23:23:22 +02:00
Ayman Khamouma (ak42)
779147011d
Fix #7655 : continue on disabled breakpoints ( #7697 )
2017-06-07 21:26:03 +02:00
Rene Laemmert
e1cfd1cc90
Use core->anal->fcns instead of fcns in core/canal
2017-06-07 18:58:50 +02:00
Sajjad Pourali
0967a976a5
remove unused variable + change type of typename ( #7696 )
2017-06-07 18:57:54 +02:00
Ayman Khamouma (ak42)
582e4da71d
Improve number detection for disassembly coloring ( #7694 )
2017-06-07 18:55:38 +02:00
Sajjad Pourali
028099f185
fix an unimportant warning (gdbserver/core.c) ( #7695 )
2017-06-07 16:27:28 +02:00
pancake
0037ec0b78
Minor tweaks for this hexagon support
2017-06-07 11:54:00 +02:00
pancake
39542af604
Initial support for the Hexagon CPU (ripped from a binutils fork from 2013)
...
https://www.spinics.net/lists/linux-hexagon/msg00363.html
2017-06-07 11:43:24 +02:00
pancake
87ba2bb95f
Support HEXAGON cpu type in ELF
2017-06-07 11:06:59 +02:00
Álvaro Felipe Melchor
2cc456fc76
Fix function detection with NOP ( #7691 )
2017-06-07 01:53:59 +02:00
pancake
67752c4d14
Add rax2 -D in the help message
2017-06-06 19:24:53 +02:00
pancake
608d10dc4b
Fix grub warnings
2017-06-06 18:46:21 +02:00