14703 Commits

Author SHA1 Message Date
pancake
21aa34726e Fix #7516 - Honor asm.syntax=att for x86 varsub and relsub 2017-05-18 01:01:34 +02:00
pancake
a4a27b64cf Set all ec keys in the cga theme 2017-05-18 00:06:15 +02:00
pancake
0668d04488 Honor color theme in p=, add palette rainbow primitives in RCons 2017-05-18 00:01:16 +02:00
pancake
6111637a66 Fix stack overflow in a race condition inside V@ 2017-05-17 23:48:05 +02:00
SkUaTeR
66628139d1 Add changes to compile more plugins with MSVC 2017-05-17 23:42:22 +02:00
pancake
0f6d3bad92 Add bin.relocs config var 2017-05-17 22:01:27 +02:00
Ayman Khamouma
a68254d76a add pib command for basic block level disassembly (#7508) 2017-05-17 08:28:57 +02:00
SkUaTeR
7d7c9cb5a7 More fixes in shlr for MSVC 2017-05-16 20:14:39 +02:00
Frefreak
1ac364b056 Fixes RBin issues in ood 2017-05-16 15:52:28 +02:00
pancake
ff38defb1a Initial implementation of the flame column graphs in p== 2017-05-16 03:09:06 +02:00
Andry
a0d25a79e4 Fix #7356 - i~{} messes up the thing (#7385) 2017-05-15 22:32:46 +02:00
Giovanni
07ba47823b Remove annoying print 2017-05-15 22:32:17 +02:00
pancake
cda2454011 Fix #7498 - use after free in zignatures 2017-05-15 22:10:47 +02:00
pancake
ec9967e684 Remove unused variable in gnu arm disassembler 2017-05-15 22:06:56 +02:00
Giovanni
e9d22a4e15 pdc improvements (still not perfect) 2017-05-15 21:56:46 +02:00
alvarofe
9f8a1586e8 Fix memleak in resource code 2017-05-15 18:34:54 +02:00
alvarofe
c80221d0c9 Fix mapping when imageBase is greater than bin->size PE 2017-05-15 18:26:00 +02:00
Khairul Azhar Kasmiran
8bb1b9674c Fixed signed char right shift in r_str_escape_ (#7497) 2017-05-15 17:13:32 +02:00
pancake
72433d1465 Add support for setend ARM instruction 2017-05-15 16:53:08 +02:00
pancake
7e7e23be36 Properly honor NOSUDO 2017-05-15 15:37:05 +02:00
pancake
a059631c55 Honor NOSUDO in sys/install.sh 2017-05-15 15:32:03 +02:00
pancake
8ccedf3973 Add workaround for a pdf fix 2017-05-15 14:40:43 +02:00
pancake
03275401c9 Fix #7473 - pdf boundaries 2017-05-15 13:02:56 +02:00
pancake
f5948a9124 Fix #7495 - Avoid always-false conditionals 2017-05-15 12:53:05 +02:00
soez
edba3d11f0 Fix max_global_fast again 2017-05-15 12:05:44 +02:00
alvarofe
d74ff6bac1 Fix mem leak in resourece pe 2017-05-15 10:34:19 +02:00
pancake
9847ba8148 Move translations into radare2-translations 2017-05-15 03:22:04 +02:00
pancake
80295bc6c0 Add English to the list of supported languages 2017-05-15 03:06:31 +02:00
pancake
630efb4835 Add some more Catalan and fix some help messages accordingly 2017-05-15 03:01:04 +02:00
pancake
60ca6cc4e9 Update README 2017-05-15 02:53:10 +02:00
pancake
165304fa1a Initial implementation of the sys/translate.sh
- Add initial Catalan language support
2017-05-15 02:48:24 +02:00
pancake
152cb4fe50 Use more $(SHELL) for non-exec build dirs 2017-05-15 01:41:35 +02:00
pancake
4e8e66a6cc Show offset in psb and add psbq to only print strings 2017-05-15 01:28:28 +02:00
pancake
0361dd09cb Fixes for the readme, and properly setup capstone for meson 2017-05-15 01:17:29 +02:00
Álvaro Felipe Melchor
99c90aad56 Add resource support into radare for PE files 2017-05-15 01:00:49 +02:00
pancake
159adf4c14 Fix ldconfig.sh issue on Termux 2017-05-15 00:57:14 +02:00
pancake
62b13b9294 Add meson-symstall/uninstall/clean and update README and doc Termux 2017-05-15 00:39:41 +02:00
Maijin
5f51d46450 Add build/ (meson build) in gitignore) 2017-05-15 00:14:24 +02:00
pancake
850b36b8e5 Fixes for meson after git clean -xdf 2017-05-14 23:59:22 +02:00
Florian Märkl
6e1595d513 Set prj.name before saving a project to save that value correctly (#7485) 2017-05-14 23:17:37 +02:00
Adrian Herrera
c7cc81e197 Add S.j command to print current section in JSON (#7490) 2017-05-14 23:16:35 +02:00
pancake
478095b6e8 Fix meson build on macOS 2017-05-14 23:15:07 +02:00
SkUaTeR
9a1337512a meson.build fixes to build with MSVC 2017-05-14 23:06:00 +02:00
pancake
2b4ef99e94 Fix history up issue reported by @jduck 2017-05-14 22:59:02 +02:00
pancake
9c356a9448 Fix #7492 - Properly Handle x/ argument as address 2017-05-14 22:36:06 +02:00
Jack Taylor
4be0dc2268 Fix capitalisation of "Lua" in the readme (#7489)
According to the Lua website,[1] only the first letter of "Lua"
should be capitalized, so do the same here in README.md.

[1] https://www.lua.org/about.html
2017-05-14 15:05:29 +02:00
Khairul Azhar Kasmiran
a4ab7cdcda Use r_str_escape for str flag cmts (#7483)
* Using r_str_escape for str flag cmts

* Escape '"' and '\'

* Escape ESC

* Properly escape Windows UTF-16 2-byte chars
2017-05-14 09:50:01 +02:00
Adrian Herrera
b0b1c7ff05 print empty json list when there are no xrefs (#7487) 2017-05-13 22:38:34 +02:00
pancake
ea2751993f Show all flags in data refs, not just the first one 2017-05-13 19:38:14 +02:00
pancake
02a905c5a4 Fix build on respectful compilers 2017-05-13 18:34:10 +02:00