radare-installer
radare-installer copied to clipboard
Application to easily download and install radare2 on android devices
The download process can take so much. users must be warned about the tarball size and the estimated download time. Maybe it will be good to replace those buttons with...
Installs ok - but then the download gives ERROR: download could not complete... It looks like it is getting a truncated tar file as strace gives me this - .......
Actually, r2 reports the error and the android app closes the window quickly. Also, whitespaces should be ignored, the file path should be chopped, and escaped to avoid code injection
just spawn r2 like this: r2 -e http.public=true -e http.root=/ -e http.port=XXX -c=h -
Just append /t in the url instead of /enyo
The com.ice.tar should ignore those PaxHeaders files ``` W/System.err( 1260): java.io.IOException: error making directory path '/./PaxHeaders.6768' W/System.err( 1260): at com.ice.tar.TarArchive.extractEntry(TarArchive.java:554) W/System.err( 1260): at com.ice.tar.TarArchive.extractContents(TarArchive.java:487) W/System.err( 1260): at org.radare.installer.MainActivity.unTarGz(MainActivity.java:382) W/System.err( 1260):...
Get the tarball file name and extract the version number. To get this you have to get the redirect path from the server. Also, verify that r2 -v matches the...
The installer tool must verify that the tarball contains at least 'radare2' executable in order to continue the installation. Some failed builds result in unusable tarballs and the installer must...