-
Notifications
You must be signed in to change notification settings - Fork 10
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
Related Papers #10
Comments
Hi @reach-the-peak , Yes, the corresponding paper is: https://dl.acm.org/doi/abs/10.1145/3510003.3512766 |
Thank you so much |
This is highly dependent on the symbolic execution, how long did you have it run? |
It took about 30 to 40 minutes to run, using the main.sh in the scripts to run, until the end of the program running, I found that it consumed a lot of memory during the running process, my computer has 16G memory, does the configuration of the computer affect symbolic execution? , or is it related to the size of the apk, my apk contains many .so filessymbolic execution |
Hi, yes symbolic execution consumes a lot of memory, I would say that 16Go is not enough for big apps that is for sure. |
ok i got it thank you |
Hello, I have tested Jucify for analyzing large APK files on a 1T cloud server platform. The size of the APK files tested were under 100M, but the results were not satisfactory. I found that the issue was with the nativediscloser module, which did not analyze many of the SO files properly and failed to generate necessary result files such as .result and .entrypoint files. Even the performance statistics files were not generated. Can you please explain why this is happening and whether it is related to the compilation method of the SO files? I would appreciate it if you could provide a detailed explanation. Thank you.
| |
syh18655748115
|
|
***@***.***
|
---- Replied Message ----
| From | Jordan ***@***.***> |
| Date | 3/3/2023 19:47 |
| To | ***@***.***> |
| Cc | ***@***.***> ,
***@***.***> |
| Subject | Re: [JordanSamhi/JuCify] Related Papers (Issue #10) |
Hi, yes symbolic execution consumes a lot of memory, I would say that 16Go is not enough for big apps that is for sure.
I usually use servers with 600Go of memory for the experiments like that.
So if you have several so file this is normal that it takes some time.
Also, it depends how were the so files compiled.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi @reach-the-peak, I believe that nativediscloser did not analyze some of the so files since it was stuck analyzing one of them during the symbolic execution. I am not a 100% sure but my guess would be that this is the problem. You can modify the scripts to add a timeout for the symbolic execution of so files if you want, that could help. |
Hello, I would like to ask if there is a corresponding paper for this project, if so, please recommend me, thank you
The text was updated successfully, but these errors were encountered: