how to call the strace executable in android application project?

2017-03-02 Thread Saba Arshad
I cannot find any way of calling the strace executable in java class, as for shared library we can use System.loadlibrary(strace). Can anyone suggest me the solution? Thanks in advance. Saba Arshad -- Check out the vibran

Fwd: How to call Strace native library in Android application?

2017-02-27 Thread Saba Arshad
-- Forwarded message -- From: Saba Arshad <sabarshad1...@gmail.com> Date: Tue, Feb 21, 2017 at 6:21 PM Subject: Fwd: How to call Strace native library in Android application? To: strace-devel@lists.sourceforge.net -- Forwarded message -- From: Saba

Fwd: How to call Strace native library in Android application?

2017-02-21 Thread Saba Arshad
-- Forwarded message -- From: Saba Arshad <sabarshad1...@gmail.com> Date: Tue, Feb 21, 2017 at 6:18 PM Subject: How to call Strace native library in Android application? To: strace-devel@lists.sourceforge.net Hello Sir, I am developing an android security application in

How to call Strace native library in Android application?

2017-02-21 Thread Saba Arshad
of starce.c as the native library the application stops unexpectedly. Anyone knows why this is happening? please let me know if i am missing something. Thanks in Advance. Saba Arshad MS Research Student COMSATS Institute of Information Technology, Islamabad. References: [1] https://github.com/android

How to add strace in android application

2017-02-05 Thread Saba Arshad
Hello Sir / Ma'am, My name is Saba Arshad. For my MS research, i need to get the system calls of the Android applications that are installed on the device. I am working with ubuntu. i have installed android studio. i can successfully trace the system calls of the system applications through

how to use strace tool

2017-01-28 Thread Saba Arshad
Hi, I am new to Android security. I have installed Eclipse and developed a simple application. now i want to use strace to trace system calls of other android application installed on android device. i have installed strace from here (https://sourceforge.net/projects/strace/?source=navbar).