Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Henry Case bcd12b6b42 Merges multiple repositories into one vor 5 Jahren
..
Makefile Merges multiple repositories into one vor 5 Jahren
README Merges multiple repositories into one vor 5 Jahren
android.patch Merges multiple repositories into one vor 5 Jahren

README

# Android build of radamsa fuzzer/mutator


Project is basically a makefile that clones radamsa and then uses NDK to compile it for Android

# Usage
Edit makefile and set ``ANDROID_NDK`` variable to absolute path to Android NDK. Then just ``make``

# To do
In order to compile make needs to apply patch called ``android.patch``. The patch just adds one one line which is required for android build. Would be good to get rid of that sht somehow.