ilian / repackaging-protection

[FPS2019] Protecting Android Apps from Repackaging Using Native Code
GNU General Public License v2.0
8 stars 6 forks source link

Vendor.cpp is missing from native/src #1

Open tanguySnoeck opened 3 years ago

tanguySnoeck commented 3 years ago

Hello,

I am writing a thesis on the development of an open-source RASP for Android applications and wanted to use your project for tampering protection. I was trying to run your code but I got a FileNotFoundException when calling NativeUtils.addNativeClass() which makes sense since the vendor.cpp is not included in the project.

AmrAshraf commented 3 years ago

@tanguySnoeck Did you solve the problem ?