Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If I want to compile Android-NoSleep in Windows OS, how can I do? #1

Open
GeekMin opened this issue Dec 10, 2016 · 4 comments
Open

Comments

@GeekMin
Copy link

GeekMin commented Dec 10, 2016

hmmm, If i want to apply this tool on Windows Platform, how can I do?

@panagosg7
Copy link
Owner

I've never tried running this on Windows. My suggestion would be to try using a VM into a Linux distribution.

@GeekMin
Copy link
Author

GeekMin commented Dec 11, 2016

hmmmm, Java equals Platform-independent?
I have try the compile procedure in windows, but error reported..
"[ERROR] **/com.ibm.wala,util/../IntSetVariable.java:[, ] V can visit private in
/com.ibm.wala,util/
..
/IntSetVariable.java"

Should I use older JDK? (Now I am using JDK7)

@panagosg7
Copy link
Owner

When developing this project, I had used Dare to retarget Dalvik to Java Bytecode, which I do not know how to compile in Windows.

As for the error message, it looks like it's coming from WALA, so I would suggest looking there for resources on how to get it to compile.

I should inform you that I haven't worked on this project for at least 4 years, hence getting it to work might require some extra effort. So, I suggest you also look into newer tools like FlowDroid that solves the similar (and more general) problem of taint analysis.

@GeekMin
Copy link
Author

GeekMin commented Dec 13, 2016

Because I have the raw jar package, so here I do not need to use Dare to retarget Dalvik..
hmmm, I alse think Error is coming from WALA.. I'll try it by myselft.. & thx for your suggestion about
FlowDroid.~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants