maoabc / nmmp

dex-vm used to protect the android classes.dex file
736 stars 260 forks source link

fatal error: 'fficonfig.h' file not found #52

Closed sourvodka2023 closed 1 year ago

sourvodka2023 commented 1 year ago

I'm trying to compile nmmvm but it depends on jna-android, I can't compile to due missing fficonfig.h. Can you add that file?

image

maoabc commented 1 year ago

Maybe there is something wrong with your build system, this file is in libffi/src/aarch64/fficonfig.h

sourvodka2023 commented 1 year ago

There is no fficonfig.h in libffi/src/aarch64 directory on this repo, but nevermind, I manage to unlink jna-android since I don't need it

maoabc commented 1 year ago

Ignored by .gitignore, the fficonfig.h file has been added.