poliva / radare-installer

Application to easily download and install radare2 on android devices
16 stars 11 forks source link

Perform some checks in the tarball before installing #8

Open radare opened 10 years ago

radare commented 10 years ago

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 detect this before doing something wrong.

It must also check that all the files are installed in the correct directory, to avoid modifying other files that can affect other apps.