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). Curren

How to build strace

2017-01-30 Thread Saba Arshad
Hello Sir / Ma'am, My name is Saba Arshad. I am MS student at COMSATS Institute of Information Technology Islamabad. I am developing an Android Security System. For my research, i need to get the system calls of the Android applications that are installed on the device. I have downloade

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 th

How to call Strace native library in Android application?

2017-02-21 Thread Saba Arshad
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

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

2017-02-21 Thread Saba Arshad
-- Forwarded message -- From: Saba Arshad 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 my MS Research where I want to

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

2017-02-27 Thread Saba Arshad
-- Forwarded message -- From: Saba Arshad 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 Arshad Date: Tue, Feb 21, 2017 at 6:18

how to call the strace executable in android application project?

2017-03-02 Thread Saba Arshad
android_mk.html). 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 -- Che