Florian Märkl
aad2a2c79e
Link sdb fully into r_util in meson ( #15338 ) ##build
2019-10-23 15:52:19 +02:00
pancake
f2d76b16cd
Switch to travis-ci.com
2019-10-10 20:04:02 +02:00
pancake
c059b6e177
radare -> radareorg
2019-09-28 00:30:09 +02:00
Khairul Azhar Kasmiran
a8a42f149f
Fix for r2pm when libdir is lib64/ ( #15101 )
2019-09-23 00:13:59 +02:00
Khairul Azhar Kasmiran
18ef593b2e
Set rpath if non-Windows Meson shared ##build ( #15051 )
2019-09-22 10:49:54 +02:00
Khairul Azhar Kasmiran
0587b7f6d7
R2PM_TGZ: If 2nd param starts with /, assume it's root dir of archive ( #15033 )
2019-09-13 21:44:16 +02:00
Khairul Azhar Kasmiran
25fd8c6baf
Ensure R2PM_BINDIR exists ( #15032 )
2019-09-13 18:29:33 +02:00
v45k0
c4fa10f628
Add info that r2pm -i is also used for pkg update ( #14998 )
...
It is confusing that `r2pm update` only updates the database
and the packages are not updated. Information about
how to update a specific package is missing.
When the user searches for information how to update a particular package,
e.g. using `r2pm -h`, the help provides information only how to
install a package.
2019-09-09 22:44:24 +02:00
pancake
72df7056f5
Use LTO for the Cydia build
2019-08-22 20:22:11 +02:00
pancake
5b87871294
Shrink the Cydia package from 512mb to only 64 ##build
2019-08-22 19:26:03 +02:00
pancake
8b37ac49b6
Add capstone dependency with the mk
2019-08-01 05:23:56 +02:00
radare
c93c094c40
Fix android-static ##build
2019-08-01 04:39:40 +02:00
radare
c816961571
Use RFlag.list() instead of .get() avoid false positives ( #14735 )
2019-08-01 04:38:56 +02:00
Ian Huang
8248039e55
r2pm: handle info and install arguments properly ( #14693 )
2019-07-30 04:20:28 +02:00
radare
56cdeee666
Added val op hints to let the user define jmptbl sizes ##anal
2019-07-07 18:51:21 +02:00
radare
dc0892a1a0
Towards emscripten build fix (update sdb) ##build
2019-07-07 16:52:41 +02:00
Florian Märkl
e19ca424f5
Fix Warnings
2019-06-21 12:18:32 +02:00
pancake
8926d2733b
Fix r2pm -H output
2019-06-20 14:09:09 +02:00
pancake
69e13b5a51
Honor the 2nd arg of R2PM_TGZ with ZIP files ##r2pm
2019-06-20 13:48:56 +02:00
Anton Kochkov
b22d9f3065
Fix grammar across the code
2019-06-18 14:51:30 +08:00
radare
77c043c582
Implement r2p r2pipe commandline tool and !* as an alias for #!pipe ( #14336 )
2019-06-17 10:34:04 +02:00
pancake
75cd2b8d2b
Add r2preload demo program
2019-05-28 23:15:59 +02:00
pancake
169baf362c
Fix ios_sign
2019-05-13 12:43:50 +02:00
pancake
dce703d88b
Fix static linking
2019-04-02 16:02:31 +02:00
pancake
4cae6b6558
Fix Android build and a lonely warning
2019-04-02 15:50:19 +02:00
pancake
3d0eb2eeee
Fix makefile issue
2019-04-02 15:40:51 +02:00
radare
82416b0212
Create libr_main and make all binaries use it ##core
...
* Cleanup the use of getopt with our wrapper
2019-03-08 14:22:59 +01:00
Vasilij Schneidermann
e39c9424aa
Make -x behave like /x unless mask is provided ##search
2019-03-05 20:28:31 +01:00
pancake
a3bb6132ba
Implement rasm2 -x to output in hex dwords ##asm
...
$ rasm2 -x 'nop;nop;mov eax, 33;push ebx;int 0x80;nop;mov rbx,48484;nop'
0x21b89090 0x53000000 0x489080cd 0xbd64c3c7 0x00900000
As suggested in https://twitter.com/travisgoodspeed/status/1101966927688318978
2019-03-03 02:51:55 +01:00
Riccardo Schirone
afae8b6e34
Prerelease travis release ( #13189 )
...
* Add additional tests for release/prereleases
* Test different plugins configurations
* Add some libraries to docker image
* Disable SYS_CAPSTONE for now because there is only 3.0.5
* Fix html magic file to respect libmagic's format too
< can be used with string so it should be escaped if we want to match
the exact string "<html>"
* Use plugin License when printing rasm2 plugins in JSON format
* Build with system capstone, but do not run tests because they would fail
* Fix tiny plugins file to use xtr_fatmach0 instead of just fatmach0
* Use clang to compile with ASAN
* Use b_lundef=false
* Just test if different plugins configuration build, no r2r
* Use sys openssl as well
2019-02-28 16:58:09 +01:00
David CARLIER
88b8bb7f3a
Few code changes, possible errors. ( #13192 )
2019-02-25 11:28:28 +01:00
GustavoLCR
55cd22731e
Fix path with spaces problem in windows ( #13144 )
2019-02-18 18:31:12 +01:00
radare
73f76a99b2
Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons ( #13132 )
2019-02-18 06:20:01 +01:00
GustavoLCR
a795cd647c
Do not escape path to Windows file ( #13108 )
2019-02-15 18:22:48 +01:00
David CARLIER
14c134d97a
Little cleanup before release ( #13115 )
2019-02-15 18:12:44 +01:00
David CARLIER
58ba3a663d
Various little code fixes. ( #13075 )
2019-02-14 10:40:38 +01:00
Florian Märkl
fb2682a16f
Disable (with warning) -t and deobfuscate -n variable ##main
2019-02-12 18:13:45 +01:00
pancake
1936f2d047
Update plugins.nogpl.cfg and fix a couple of warnings
2019-02-11 12:18:23 +01:00
Deepak Chethan
99ecf7950b
Use pj api in rasm2
2019-02-10 23:37:27 +01:00
pancake
92e4256c19
Change -T behaviour and rename iF into it ##bin
2019-02-10 02:30:07 +01:00
David CARLIER
cebf7f6938
Compute hashes only with a new r2 flag ##bin
2019-02-10 02:11:25 +01:00
Rahul Sangwan
39dea00faa
Update ragg2 man page ##ragg2
2019-02-10 01:28:35 +01:00
Rahul Sangwan
be654b89d3
Unescape chars when using rax2 -S
...
this commit resolve second part of #12862 (#12985 )
2019-02-08 16:37:42 +01:00
Deepak Chethan
7e5f4e47a5
Added the append string feature for ragg2 ##ragg2
2019-02-06 17:07:43 +01:00
pancake
75354b4587
Fix warnings
2019-02-05 00:35:01 +01:00
GustavoLCR
c1d0e59d4d
Fix rabin2 extract path for Windows ##bin
2019-02-04 15:55:06 -06:00
pancake
0939198515
Use pj in rasm2.c and add pj_f for float
2019-02-04 16:40:57 +01:00
pancake
0daae3d9af
Remove R_ASM_BUFSIZE, all buffers are now dynamic ##asm
2019-02-04 00:23:40 +01:00
pancake
00fb2f4607
Remove global variables in rasm2.c ##refactoring
2019-02-04 00:22:49 +01:00
Riccardo Schirone
e5b4d9294c
Use RSpaces in RFlag ##refactor
2019-02-03 09:06:45 -06:00