Llvm2py

Latest version: v0.2.0b0

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0b

Changes
-------

1. New classes for instruction.

2. Instructions now have more useful attributes.

3. Deleted x86mmx type.

4. Parameter attributes, function attributes, call site attributes, global attributes are now handled and stored in dictionaries.

5. All enum-types are placed in the enum.py file.

6. Documentation added

0.1.0b

Changes
-------

1. Added support for global variables.

2. A different class is created for each type of instruction.

3. Added support for attributes.

4. Common attributes for global variables and functions have been moved to the new GlobalObject class.

5. ListMixin, ParentMixin, CodeMixin removed.

6. Classes have been simplified, though still complex.

7. Classes with no inheritance and no special initialization method now inherit from NamedTuple, otherwise it is dataclass.

8. Instead of inheriting from Value, classes now store it as an attribute.

9. The Value class is now used to store constants up to ConstantExpression (val type will be Instruction type).

10. Simplified methods are implemented for classes (do not handle attributes).

11. The minimum supported version of python is now **3.10**.

12. New type hierarchy.


1. Added support of global variables
2. Common attributes for global variables and functions moved to new class GlobalObject
3. Deleted ListMixin and ParentMixin

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.