gnieto
gnieto
Hi, thanks for reporting. This seems related to a bug related with the build script. Some days ago, this script was changed and this will probably be fixed on the...
Sorry for not making this enough clear. I'm ok with not allowing this, but maybe we should give some feedback to the user. As now Rust allows to annotate expressions...
Do you mean splitting each kind of mutation into a specific `MultiModifier`? If you don't mean this, what would you think about doing that?
I've an experimental branch that uses the elf crate to extract the string table and that is able to apply the rules on top of it. If you think that...
Yes, the ones that uses NDK usually have (if i'm not wrong) a lib folder on the root of the APK which contains dynamic libraries that are called from the...
The code that you link is only executed if the folder could not be created and if the force flag is true: ``` if fs::create_dir_all(&output_path).is_err() && force { ... }...
Hey @Ayrx , I will take a look. Could you link any APK with this behaviour, please? Thanks!