The Wayback Machine - https://web.archive.org/web/20201106143851/https://github.com/topics/ndk
Skip to content
#

ndk

Here are 424 public repositories matching this topic...

Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
  • Updated Nov 4, 2020
  • Java
vimmerru
vimmerru commented May 18, 2020

A lot of crates use https://github.com/rust-lang/rust-bindgen to create bindings for C structures. The problem is current versions of bindgen don't provide correct target for invoked clang during cross-compilation. As a result cargo-ndk can't compile such crates.

Here is workaround to set BINDGEN_EXTRA_CLANG_ARGS variable and provide target here. For example, BINDGEN_EXTRA_CLANG_ARGS="--t

Improve this page

Add a description, image, and links to the ndk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ndk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.