Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

[Tool]Strace using NDK

$
0
0
Hi all,

After a week's fight, I've managed to compile dynamically linked strace 4.6 binary (not the latest which is 4.8) using the NDK r8c. This is for people who don't want a static compiled binary or are uncomfortable with static binaries compiled with codesourcery toolchains.

There are 3 binaries, one per api level (android-8 -> 2.2 , android-9 -> 2.3, android-14 -> 4.0 ), so please download appropriately.

The source used was https://android.googlesource.com/pla...ternal/strace/ (Branch:master, checkout date: 2013-06-14). Modifications performed are attached alongside as strace-4.6_ndk.diff.gz

Hope this helps someone other than me as well :p


Viewing all articles
Browse latest Browse all 3614

Trending Articles