-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
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.