17583 Commits

Author SHA1 Message Date
Fangrui Song
b9832fc2e5 Reduce core->block in cmd_print.c 2018-02-26 09:59:41 +01:00
Abdel-Rahman A
22faa82a46 Adjust avj to output all method names. (#9513) 2018-02-26 09:56:32 +01:00
sivaramaaa
2f76b33769 Fix #9470, fix fd. to print all flags at given offset (#9504) 2018-02-25 10:31:33 +01:00
xarkes
ce6a253258 Fixed HTML color code parsing (ec btext #ef8d1aa) 2018-02-25 09:36:41 +01:00
bannsec
7421a7347b Fixing dependency (#9501)
Looks like there's one dependency change missing for Debian 9. Added that and it builds fine locally.
2018-02-24 20:40:04 +01:00
pancake
d045b70c2d Fix crash in RConfig.setString(int) and add VbT to browse themes 2018-02-24 19:44:09 +01:00
Khairul Azhar Kasmiran
bcb7dcf717 bf: fix crash when unbalanced loop and no aes (#9495) 2018-02-24 19:17:00 +01:00
Ariel Schon
30278ae14f Autocomplete project open (#9496)
* Added initial code for file completion - also completes from CWD :(
* Changed to use near-same code as in the 'Pl' command, still shows current directory files??
* Added comparison to select only the similar results. However, they are weirdly displayed.. UTF?
* Previously I pointed tmp_argv to foo, which was beeing freed.. I pointed it to a new string (r_str_newf). Now it works!
* Added check to make sure projectspath is not null.
2018-02-24 19:15:55 +01:00
xarkes
d5f57a7ccb Fix fg+background colors handling 2018-02-24 19:14:55 +01:00
xarkes
d225c83d11 Easier meson instructions 2018-02-24 14:41:22 +01:00
Giuseppe
8bf8d7ff40 Fix wrong make uninstall command (#9494)
It tried to cd to a no longer-existent directory,
using a never existed `./libr/sysregs/d/Makefile`
2018-02-24 13:48:11 +01:00
xarkes
b2b647a5f7 Renamed COLOR_MODE constants 2018-02-24 12:04:48 +01:00
Khairul Azhar Kasmiran
acea95544d asm.asciidot -> scr.strconv=asciidot (#9485) 2018-02-24 12:01:21 +01:00
xarkes
5e097dbae1 Killed cons->truecolor in favor of cons->color 2018-02-24 11:47:38 +01:00
xarkes
29158c3726 Html color parse (#9492) 2018-02-24 10:28:55 +01:00
bannsec
89775276a2 Updating to Debian 9 (#9488)
I'm finding more binaries that require libraries that Debian Jessie just does not have (such as modern versions of glibc). Ticking the debian here up to 9.
2018-02-24 08:37:10 +01:00
xarkes
184d2ccb5c Some colors fixes 2018-02-24 08:15:49 +01:00
pancake
fb0d79e6ab Reread core->block after oom 2018-02-24 01:38:25 +01:00
pancake
d83d64faa3 Fix #9287 - mkstemp != r_file_temp 2018-02-24 00:55:54 +01:00
pancake
72a8057d55 Fix #9481 - Fix make install 2018-02-24 00:53:51 +01:00
pancake
ff1fa01cf4 More code tweaking in RCons 2018-02-24 00:44:46 +01:00
pancake
caa4cc66d9 Dont initialize truecolor table if no color is needed 2018-02-24 00:19:15 +01:00
Maijin
3c4e718bae Fix ecr/eco 2018-02-23 22:59:37 +01:00
pancake
06c519ead7 Fix the RCons.pal_init() issue :? 2018-02-23 19:28:17 +01:00
xarkes
9abaf3d4a6 Better cons init 2018-02-23 19:10:19 +01:00
Khairul Azhar Kasmiran
e90c550053 Ignore null/invalid pointers in myregwrite (#9480) 2018-02-23 19:00:58 +01:00
xarkes
7e98502666 Code refactoring for the color palette handling
* RConsPrintablePalette initialization
* Remove scr.rgbcolor
* Added RColor support to cons_pal_parse
* Added warnings about pal_set and missing event_update
* Code cleaning (char* to RColor), less rgb_parse
2018-02-23 19:00:47 +01:00
pancake
ed1ed75474 Fix #9475 - visual crash after oom 2018-02-23 18:27:17 +01:00
Fangrui Song
85bc082732 Reduce core->block and improve cmd_cmp.c help (#9456) 2018-02-23 16:09:47 +01:00
Giuseppe
f29dfd6229 Make travis script show used r2r HEAD (#9472) 2018-02-23 16:08:45 +01:00
xarkes
c122383d4b
AppVeyor config TYPO 2018-02-23 12:57:19 +01:00
xarkes
e171d35394
Fix #9477 (force Tls1.2 for AppVeyor)
powershell -Command wget was failing because of the tls version.
2018-02-23 12:51:54 +01:00
Riccardo Schirone
729a42c731 Do not overwrite row_offsets while printing disassembly (#9476) 2018-02-23 10:46:39 +01:00
pancake
41506c65d8 Add asm.bbinfo for debugging op_pos 2018-02-23 10:45:53 +01:00
fergomatic
056d5ab859 tricore: added support for BOL format of st.b (#9474) 2018-02-23 09:13:54 +01:00
sivaramaaa
146a7e5635
Fix null deref in myregewrite (#9473)
Fixes a crash while stepping in emulation with asm.emu.write enabled
2018-02-23 08:18:00 +05:30
pancake
53d5514a3d Revert "Workaround to make Vcj fail that often, needs full rewrite"
This reverts commit dcf4b49d797c4dce94109a752f0728dce885dd11.
2018-02-22 18:17:46 +01:00
Farid AYOUJIL
1e29f31576 Refactoring asm.cmt* and scr.* 2018-02-22 17:59:08 +01:00
pancake
42d91d07d4 Minor fix for VV), but still broken because bb->op_pos is broken 2018-02-22 17:16:41 +01:00
pancake
dcf4b49d79 Workaround to make Vcj fail that often, needs full rewrite 2018-02-22 17:15:27 +01:00
Khairul Azhar Kasmiran
274f8f5ca4 Fixed duplicate flag comment when using asm.emu.str with absolute addressing (#9463) 2018-02-22 16:24:37 +01:00
fcasal
3274f8a123 Fix segfault caused by NULL deref via oom;io 2018-02-22 16:24:16 +01:00
fcasal
17c98e1162 Fix null deref in pdb 2018-02-22 16:23:15 +01:00
Maycon Maia Vitali
5501658142 Fixed typo in r2 help message -M -> -m 2018-02-22 16:22:47 +01:00
pancake
ce0392f2e8 Implement @B: to temporary seek to the Nth BB instruction (negative offsets too) and make it into VV( 2018-02-22 16:07:20 +01:00
pancake
22bd9e9fb5 Add scr.slow and fix uninitialized var issue 2018-02-22 12:45:54 +01:00
securisec
7467b99205 Update monokai (#9459) 2018-02-22 15:33:23 +08:00
sivaramaaa
8ca0d327e4 Intial implementation of function call argument display (#9411)
* Cleanup disasm code
* Move this to new command afal and few bug fix
* Wrap the command with config var
2018-02-22 13:21:40 +08:00
fcasal
53df70fbd3 fixed segfault due to uninitialized pointers (#9452)
running `while true; do r2 /bin/ls -q -c 'fdw 0xfffffffff' ; done` crashes sometimes due to uninitialized pointers lmatch and umatch in line 862.
2018-02-21 23:11:05 +08:00
Anton Kochkov
72b2953d3e Fix the build 2018-02-21 19:49:54 +08:00