jonschz
f602903daa
add unit tests for new type parsers, fix linter issue
2024-06-08 12:22:37 +02:00
jonschz
59ed0b1aa9
refactor: address review comments
...
Not sure why VS Code suddenly decides to remove some empty spaces, but they don't make sense anyway
2024-06-08 10:26:23 +02:00
jonschz
cfbbcebfb8
Refactor, implement enums, fix lots of bugs
2024-05-30 20:16:11 +02:00
jonschz
a8f6e72b97
Implement struct imports [skip ci]
...
- This code is still in dire need of refactoring and tests
- There are only single-digit issues left, and 2600 functions can be imported
- The biggest remaining error is mismatched stacks
2024-05-26 21:58:19 +02:00
jonschz
c6817527d1
fix another Python 3.9 syntax incompatibility
2024-05-23 21:58:37 +02:00
jonschz
8678ad72c4
refactor types and make them Python 3.9 compatible
2024-05-23 20:26:54 +02:00
jonschz
86ffbc4804
feature: Basic PDB analysis [skip ci]
...
This is a draft with a lot of open questions left. Please do not merge
2024-05-20 19:56:39 +02:00