vusec / drammer

Native binary for testing Android phones for the Rowhammer bug
484 stars 164 forks source link

I get an error when build the program setting STANDALONE_TOOLCHAIN variable to point to the toolchain #22

Open Oleg9669 opened 6 years ago

Oleg9669 commented 6 years ago

ONE_TOOLCHAIN=path/to/android-ndk-r11c/sysroot-arm/bin make make: *** No targets set and no makefile found.

vvdveen commented 5 years ago

Seems to me that you are running make from a directory that does not have a Makefile...

HansLanger commented 5 years ago

forget the "make" step, and just do it manually:

place the file into the phone and make it executable: adb push rh-test /data/local/tmp/ adb shell chmod 755 /data/local/tmp/rh-test

run the test: adb shell ./data/local/tmp/rh-test