-
-
Notifications
You must be signed in to change notification settings - Fork 30
Analyses Byte code(.pyc) or source code(.py)? #27
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
Comments
Hello, there are different things to consider:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @RootLUG ,
I need few clarifications on below mentioned questions:
In your document, you're entered like Aura can analyse both the binary and python files. If I'm giving a source file(.py), whether aura perform its analysis by converting(compiling) the source code to byte code(.py to .pyc) or it can perform over source code alone?
How Aura can be able to construct AST for both the Python version (py 2k & 3k) in same installation of Aura?
While giving source code as input it correctly finds all the detection. Meanwhile, I'm giving the respective byte code file, it shows zero(0) detection. Why it is so?
Sample Case:
if test.py is an input file, aura finds 3 detections.
similarly, if test.pyc is an input file, aura finds 0 detections.
Thank you.
The text was updated successfully, but these errors were encountered: