radare
40016f7727
Build debian package in CI ##build ( #15997 )
2020-02-20 00:37:30 +01:00
radare
45eb0052b1
Upgrade to acr-1.8.1 to get semver support ##core ( #15816 )
...
Move all version defines into r_version.h and handle it from meson too
- R2_VERSION_MAJOR
- R2_VERSION_MINOR
- R2_VERSION_PATCH
- R2_VERSION_NUMBER
2020-01-17 12:18:05 +01:00
pancake
5a48a40178
Second fix attempt for Alpine/musl builds
2020-01-10 03:32:13 +01:00
pancake
52d9baf988
Aim to fix the alpine build
2020-01-10 03:06:46 +01:00
radare
2b15e7421e
Many improvements in the V testsuite ( #15722 ) ##test
...
* Kill some more tests using <<RUN
* Improve r2r.v quite a lot up to 0.2
* Delete stale temporal files in the unit test
* Use executable path instead of dbpath and more cleanup
* Move manpage and move old bins into the attic
2019-12-29 19:26:15 +01:00
Khairul Azhar Kasmiran
ec8e8c97e7
Add sys/r2env.sh: Set up env for r2 in non-standard loc ( #15696 )
2019-12-28 12:48:22 +01:00
pancake
73bc4da69b
Revert "Strip bins and libs for the Debian package"
...
This reverts commit 74fb0efbe3 .
2019-12-20 21:10:54 +09:00
Khairul Azhar Kasmiran
61a2d421dd
sys/meson.py: Use == 'vs2017' instead
2019-12-17 10:42:22 -06:00
Khairul Azhar Kasmiran
3f5117aa2e
Fix #15653 : Silence MSVC XP deprecation warning
2019-12-17 07:37:22 -06:00
yossizap
9d1421a188
Added rebuild rules for windbg ##debug
2019-11-25 18:04:16 +01:00
Giovanni
08ae6fc891
Fix #15485 - Improve argument parsing in sys/{install,build} ( #15486 ) ##build
2019-11-20 16:40:02 +01:00
Khairul Azhar Kasmiran
1472f849e4
Rename "asan" to "sanitize" ( #15412 ) ##build
2019-11-05 00:33:35 +01:00
Sergi Àlvarez i Capilla
74fb0efbe3
Strip bins and libs for the Debian package
2019-11-04 17:53:29 +01:00
Khairul Azhar Kasmiran
16fa374db1
sys/meson.py: --asan accepts sanitizer list ( #15405 )
2019-11-04 00:38:20 -06:00
Khairul Azhar Kasmiran
3d2b2311d8
Sync default sanitizer list of sys/asan.sh and sys/meson.py ( #15397 )
...
* Sync default sanitizer list of sys/asan.sh and sys/meson.py
* Keep signed-integer-overflow
2019-11-02 21:47:17 +08:00
Khairul Azhar Kasmiran
dc65828446
sys/meson.py: Use -fsanitize=... instead of -lasan when linking ( #15390 )
2019-10-30 18:58:11 +01:00
TheGoddessInari
d42ed33f41
Make the generated r2.bat use bat path_relative syntax instead of hardcoding. ( #15383 )
2019-10-29 22:13:38 +08:00
Khairul Azhar Kasmiran
6190995828
sys/asan.sh: Use -fsanitize=... instead of -lasan when linking ( #15375 ) ##build
2019-10-28 16:09:11 +01:00
pancake
f2d76b16cd
Switch to travis-ci.com
2019-10-10 20:04:02 +02:00
Maijin
9227815fdb
Change radare->radareorg links
2019-10-07 10:48:31 +02:00
Anton Kochkov
e41345edc8
Add MSVC 2019 for AppVeyor ##build ( #13345 )
...
* Try MSVC 2019 for AppVeyor ##build
* Fix meson building scripts
* Remove XP build from AppVeyor VS2019
* Install mingw
* Fix clang-cl build
2019-09-30 12:31:40 +08:00
Khairul Azhar Kasmiran
18ef593b2e
Set rpath if non-Windows Meson shared ##build ( #15051 )
2019-09-22 10:49:54 +02:00
Gordon M
ca1eddb22d
Debian package fixes ( #15081 ) ##build
...
* Use xz instead of gzip
2019-09-20 12:25:26 +02:00
kmartin36
5c480054a2
Don't run ldconfig when installing into /usr ( #15049 ) ##build
...
It seems that commit 7e5f1f5851 attempted to prevent /etc/ld.so.conf.d/radare.conf from being added and ldconfig from being necessary when the user installs into /usr instead of /usr/local. This patch achieves that behaviour.
2019-09-16 09:40:20 +02:00
Paul I
a08cb1bdcf
Add webui option to sys/meson.py ( #15037 )
2019-09-14 23:02:52 +02:00
pancake
c13e6e5013
Fixes for sys/osx-pkg
2019-09-05 18:28:41 +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
30a5d7ed2d
Fixes for the cydia static build of r2, needed for iOS12
2019-08-22 18:56:57 +02:00
radare
c93c094c40
Fix android-static ##build
2019-08-01 04:39:40 +02:00
pancake
f88c30dce7
Delete prefix/ and fix static builds (missing libmpc.a) ##build
2019-07-26 05:30:21 +02:00
pancake
718698d450
Fixes for the android compilations ##build
2019-07-18 11:46:06 +02:00
pancake
1034510dae
Add $onlydebug in sys/ios-cydia.sh ##build
2019-07-18 02:32:24 +02:00
pancake
1aebd0a26d
Fix single-step in the iOS-arm64 native debugger ##debug
2019-07-18 02:30:45 +02:00
pancake
9f4f802cec
Fix build --without-gpl
2019-07-10 19:45:34 +02:00
GustavoLCR
0557ca2a3e
Also put r2.bat under \bin on Windows install
2019-06-21 20:25:46 +02:00
GustavoLCR
ae00b18d0b
Dynamically find radare2 install dir on Windows ##windows
2019-06-20 18:10:01 +02:00
Anton Kochkov
20e19d6023
More spelling fixes in the code
2019-06-20 13:36:02 +08:00
Anton Kochkov
1da215dcac
Add codespell script
2019-06-18 14:51:30 +08:00
pancake
e29ba99a07
Add sys/build-shlib.sh and fix static builds ##build
2019-05-28 23:15:22 +02:00
pancake
092173bf90
Improve configure argument handling in sys/install.sh ##build
...
* Handle --help, --with-capstone5 and --install (no symlinks)
2019-05-14 17:54:11 +02:00
pancake
a8a22b9383
Add support for build for android-x86_64 ##build
2019-05-14 15:02:30 +02:00
radare
bf5e302881
Add anal.ex option, cleanup and improve the Java support ##anal
...
* Current java implementation of the analysis is not working well
* RBin.Java doesnt updates the vsizes because it seems to break things. wip for another PR
* Added anal.ex option to use extensions or not
2019-05-08 18:26:11 +02:00
Khairul Azhar Kasmiran
b3503ee207
sys/meson.py: Create r2.bat as alias to radare2.exe ##windows
2019-05-06 18:23:36 +02:00
radare
8f17f58fc3
Do not use system-wide capstone when building with sys/install.sh ##build
2019-04-16 16:55:15 +02:00
pancake
0ba7bdb29e
Build for Cydia without libuv
2019-04-02 17:12:28 +02:00
Anton Kochkov
b858e7e10e
Fix #13430 - Kill MinGW remnants ##deprecate
2019-03-31 12:03:07 +02:00
radare
7ffa72aaed
Fix #13552 - Crashes in tcc parser ( #13566 )
2019-03-31 00:32:14 +01:00
radare
e04f31a313
Completely kill the msvc/ directory and the unix-specific includes workarounds
2019-03-19 17:34:02 +01:00
pancake
3af32f95e4
Implement vdo to use aho from visual ##visual
2019-02-14 04:19:12 +01:00