Skip to content

Commit

Permalink
Release r2frida-4.0.0 - Ready for frida-12.7.14 + r2-4.0.0
Browse files Browse the repository at this point in the history
* Adds support for Android10
  • Loading branch information
trufae committed Oct 28, 2019
1 parent c699fee commit 69f5d62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include config.mk

r2_version=$(VERSION)
frida_version=12.7.4
frida_version=12.7.14

ifeq ($(strip $(frida_os)),)
ifeq ($(shell uname -o 2> /dev/null),Android)
Expand Down
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='r2frida' ; VERSION='3.9.0' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='r2frida' ; VERSION='4.0.0' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures r2frida-3.9.0 to adapt to many kinds of systems.
'configure' configures r2frida-4.0.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -182,7 +182,7 @@ take_environ() {
}

show_version() {
echo "r2frida-3.9.0 configuration script done with acr v1.7.2.
echo "r2frida-4.0.0 configuration script done with acr v1.7.2.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand All @@ -206,7 +206,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: r2frida"
echo "VERSION: 3.9.0"
echo "VERSION: 4.0.0"
echo "LANGS: c c++"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --with-cylang"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME r2frida
VERSION 3.9.0
VERSION 4.0.0
CONTACT pancake ; [email protected]

LANG_C!
Expand Down

0 comments on commit 69f5d62

Please sign in to comment.