-
-
Notifications
You must be signed in to change notification settings - Fork 497
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
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: #40
Comments
Again, thank you so much for reporting this, @masteradit! Can you confirm whether it's still reproduced on hotfix PR #41 (v2.3.2)? |
Hey @dwisiswant0! I am still getting the same error on v2.3.2. Should I create another issue? Also, a small unrelated bug: the ASCII art (I am not sure what it is called), still shows v2.3.0. I tried to figure out how to fix this, but I am not a very advanced Python user, so I could not figure it out. Maybe it is related to the Thank you for your quick responses! |
Did you install with |
Thank you! Running But |
It still prompted |
Yes, here's the complete output:
|
Same here, having the same error after following the steps above |
Same here, installed also via setup.py `←[0m←[94m** Decompiling APK... ** Scanning against '' C:\Users\P\Downloads\apkleaks-master\apkleaks-master>` |
try update |
` Does not work with this fix... |
Thank you @Ch3nYe! It fixed it! Please make a pull request. |
This update can fix issue dwisiswant0#40 on windows
I am facing the same problem,I am using windows 10 machine with python 3.8 and apk leaks version 2.3.2
|
my pc is Win10 - 64bit F:\apk\apkleaks>python apkleaks.py -f home.apk
�[95m _ ____ _ ___ _
/ \ | _ \| |/ / | ___ __ _| | _____
/ _ \ | |_) | ' /| | / _ \/ _` | |/ / __|
/ ___ \| __/| . \| |__| __/ (_| | <\__ \
/_/ \_\_| |_|\_\_____\___|\__,_|_|\_\___/
v2.3.2
--
Scanning APK file for URIs, endpoints & secrets
(c) 2020-2021, dwisiswant0
�[0m
�[94m** Decompiling APK...
�[0m
** Scanning against 'com.ludashi.benchmark'
Traceback (most recent call last):
File "apkleaks.py", line 5, in <module>
main()
File "F:\apk\apkleaks\apkleaks\cli.py", line 38, in main
init.cleanup()
File "F:\apk\apkleaks\apkleaks\apkleaks.py", line 145, in cleanup
os.remove(self.output)
PermissionError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'C:\\Users\\yangb-i\\AppData\\Local\\Temp\\apkleaks-2_uh685h.txt' |
Hello, |
Solved by this PR #45 😄 |
@weujieytt some apk works, and some error like that, idk why. |
@w1th0ut no problem with linux |
Hi, everyone! Please check the latest version (v2.5.2) for this workaround. Thanks! |
After issue #37 was fixed, I cloned the repo and tried testing it again.
Here's the command I entered:
python .\apkleaks.py -f <path-to-apk>\app-armeabi-v7a-release.apk
Here's the output:
The text was updated successfully, but these errors were encountered: