Andrea Sindoni
f546e0751b
Fix SIGSEGV in the encoder execution ( #9168 )
2018-01-09 22:04:25 +01:00
Madushan Nishantha
607a33e299
Fix ragg2-cc compile error with Xcode 7
...
This commit is just setting the `-miphoneos-version-min` compiler parameter to `0.0` dummy value in order to get it working
2018-01-01 16:01:57 +01:00
pancake
35911ac49a
Fix android build
2017-09-12 22:36:58 +02:00
Guillaume Valadon
0c046a1e6d
ragg2: -f support for Python and Javascript ( #8454 )
2017-09-11 12:21:27 +02:00
pancake
33da5069f3
Fix mz check again
2017-09-04 23:51:09 +02:00
pancake
5a28c2abfe
Add 'c' output for ragg2
2017-09-04 12:59:06 +02:00
pancake
29ca827cf2
Fix Android builds
2017-08-19 18:52:57 +02:00
SkUaTeR
dc7914644e
Meson improvements
2017-05-31 13:38:47 +02:00
SkUaTeR
9a1337512a
meson.build fixes to build with MSVC
2017-05-14 23:06:00 +02:00
pancake
60f9667654
Remove support for bjam build system
...
- Delete all Jamroot files
2017-05-02 05:48:40 +02:00
pancake
fa671b9a16
Initial support for the Meson build system
...
- Integrated with current ACR
- Fix some stale fails got removed
2017-05-02 05:05:36 +02:00
davidpolverari
1fb422b532
Fix #6162 - Renames r_str_concat to r_str_append
2017-03-16 22:29:49 +01:00
Roi Martin
8d5b1b5418
Fix build
2017-03-13 14:24:53 +01:00
berney
496a500c08
Uses correct TEXT section name as of Sierra, fixes #6797 ( #6799 )
2017-02-17 04:30:05 +01:00
zonkzonk
56366df728
Removing path in shell redirections
2017-01-31 22:13:32 +01:00
pancake
5974d2035f
Enhance ragg2-cc to support -a arm -b 64 -k darwin (iOS)
2017-01-29 02:36:50 +01:00
pancake
a8ad157026
Initial support of linux-arm-32 for ragg2-cc
2016-11-14 04:24:50 +01:00
pancake
ed9cd818f3
Initial support ndk-gcc in ragg2. Tested for arm64
2016-11-05 04:51:20 +01:00
pancake
d41b577106
Fix #5924 - r_flags -> r_flag
2016-10-27 01:07:58 +02:00
Riccardo Schirone
888841ee33
util: fix debruijin arguments meaning and uses ( #5914 )
2016-10-05 02:43:04 +02:00
Álvaro Felipe Melchor
7ba81f6886
More work into ragg2
2016-10-02 23:46:57 +02:00
Maijin
7cecadb74a
Removing useless files/doc
2016-07-28 07:59:10 +02:00
Maijin
7938640445
Move all /t/ from r2 to r2r
2016-07-27 19:19:30 +02:00
pancake
f96f00d62d
Fix #5158 - Merge r_db into r_util
2016-06-17 12:19:16 +02:00
Qwokka
8b0adb129a
Add "-m32" and "-m64" flags for cross compilation ( #4743 )
2016-05-01 18:33:13 +02:00
pancake
3758b3a54a
Fix static/android build
2016-04-25 12:40:01 +02:00
pancake
f1f83276ea
Fix static build with libbochs
2016-03-25 10:13:50 +01:00
Matthieu Tardy
1a573e1056
Cleanup binr/*/*.c
...
r2agent:
- Fix the usage to match other r2 binaries.
- Remove trailing whitespace.
- Remove addressed TODO.
- Add a default case to display usage and exit if -p option was used
without argument.
- Return 1 instead of 0 if too much arguments are provided.
- Small coding style fixes.
radiff2:
- Small coding style fixes.
rafind2:
- Add a default case to display usage and exit if an option have a missing
argument or getopt does not recognize an option character.
- Small coding style fixes.
ragg2:
- Small coding style fixes.
rahash2:
- Remove useless optarg check.
- Missing arguments and unknown options now display usage and exit.
- Small coding style fixes.
rarun2:
- Small coding style fixes.
rasm2:
- Small coding style fixes.
- Missing arguments and unknown options now display usage and exit.
rax2:
- Small coding style fixes.
radare2:
- Missing arguments and unknown options now display usage and exit.
- Small coding style fixes.
2016-03-05 19:52:42 +01:00
pancake
724a9253dd
Fix android build
2016-02-16 23:33:14 +01:00
pancake
ca7f55be5a
All those bins depend on r_lang
2016-01-30 21:19:36 +01:00
Eugene Kolo
36b6ae4762
Update ragg2 short help message
2015-12-14 00:00:39 +01:00
pancake
e368cb1513
More static build fixes
2015-11-01 11:43:05 +01:00
Wladimir J. van der Laan
feea0b91bc
ragg2: Correct x86_64 shellcode
...
Repeated, redundant "shr rbx, 8;push rbx" causes the initial '/' to be stripped,
executing "bin/sh" instead of "/bin/sh".
2015-10-16 16:38:17 +02:00
jvoisin
420a5c41e0
Fix some minor compilation warnings
2015-10-15 12:36:34 +02:00
jvoisin
e0e170c3c5
Fix various clang-analyser issues
2015-08-28 18:29:31 +02:00
pancake
76f794009e
Sort ragg2-cc help and quote all file variables
2015-08-27 12:00:10 +02:00
dequis
8d2217db59
ragg2: Use $INCDIR/sflib as SFLIBPATH instead of just $INCDIR
2015-08-27 11:53:03 +02:00
dequis
3c977fb56a
ragg2: minor fixes to help/debug output text
...
- The help text had quotes at the end of each line
- The debug for the "assemble" step didn't match the actual command
2015-08-27 11:52:14 +02:00
pancake
b56207ebb7
Fix ragg2-cc script and honor SFLIBPATH
2015-08-19 11:36:18 +02:00
four0four
1d949d4fae
added debruijn offset to ragg2
2015-07-22 14:29:40 -04:00
pancake
8efab9329b
Fix build
2015-06-02 02:47:14 +02:00
pancake
589ee83f49
Fix ragg2 -v
2015-05-14 15:06:39 +02:00
pancake
45c5cd6b7a
Fix ragg2 -w issue
2015-05-13 23:20:56 +02:00
pancake
14c6e46bfc
Fix #2569 - alphabetically sort ragg2 -h
2015-05-13 23:07:30 +02:00
Quentin Santos
4f4346d889
Minor: more comments in ragg2.c
2015-05-13 22:55:52 +02:00
Quentin Santos
cfc499b227
Edit ragg2 result regardless of the type of output
2015-05-13 22:55:52 +02:00
pancake
17b89e3bf6
Fix #1345 - Cleanup some offensive fortunes
2014-11-10 06:04:46 +01:00
pancake
69b40d1afa
Add ragg2 -n and -N and fix some bugs in r_buf and r_egg
2014-10-29 02:44:21 +01:00
pancake
5c2177f8b3
Add ragg2 -z to output in C string syntax
2014-10-20 02:14:19 +02:00
pancake
c2f54e700c
ragg2 use system default asm.bits
2014-10-18 04:05:54 +02:00