Skip to content

Analyses Byte code(.pyc) or source code(.py)? #27

@KarthickRaja2002

Description

@KarthickRaja2002

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions