From d20491c84727b2a66d5777dd56dd83cf7d010a95 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 15 May 2023 12:43:15 +0200 Subject: [PATCH] Release 5.8.6 --- configure | 10 +++++----- configure.acr | 2 +- package.json | 2 +- src/agent/plugin.ts | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 94058556..cc0d5a9d 100755 --- a/configure +++ b/configure @@ -113,12 +113,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='r2frida' ; VERSION='5.8.4' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=4; VERSION_NUMBER=50804; CONTACT_MAIL="pancake@nowsecure.com" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='r2frida' ; VERSION='5.8.6' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=6; VERSION_NUMBER=50806; CONTACT_MAIL="pancake@nowsecure.com" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -232,7 +232,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: r2frida" -echo "VERSION: 5.8.4" +echo "VERSION: 5.8.6" echo "AUTHOR: pancake" echo "EMAIL: pancake@nowsecure.com" echo "LANGS: c" diff --git a/configure.acr b/configure.acr index 706b54c3..bf582192 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME r2frida -VERSION 5.8.4 +VERSION 5.8.6 CONTACT pancake ; pancake@nowsecure.com USE_PKGCONFIG! diff --git a/package.json b/package.json index 106ef5b9..3f30adc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r2frida-agent", - "version": "5.8.4", + "version": "5.8.6", "description": "Agent for frida:// io plugin", "private": true, "type": "module", diff --git a/src/agent/plugin.ts b/src/agent/plugin.ts index c66f7918..84aace09 100644 --- a/src/agent/plugin.ts +++ b/src/agent/plugin.ts @@ -69,7 +69,7 @@ r2frida.puts = initializePuts(); */ export const r2frida: R2FridaPlugin = { - version: "5.8.4", + version: "5.8.6", safeio: false, commandHandler: commandHandler, pluginRegister: pluginRegister,