Screenshots
Example Usage
├───files
    │   nuitka.h (Nuitka header file)
    │
    └───flake (output files for flake.exe)
            flake.sig
            solve.py
 
├───examples
    ├───types: (test cases for parse_module_constants.py)
    │       scalar
    │       collections
    │
    └───constructs: (code constructs that are harder to recognize)
            loops
            try-except
 
├───scripts
    ├───setup
    │       get_nuitka_version.py
    │
    ├───symbol recovery
    │       nuitka-helper.py
    │       recover_library_code.py
    │       recover_modules.py
    │       recover_constants.py
    │       recover_functions.py
    │
    └───plugins
            get_module_functions.py
            hook_module_functions.py
            parse_module_constants.py