Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Windows): Incorrect pointer cast
The `AddressOfFuntions` array are actually 32-bit RVAs, not 16-bit. The cast should be done to `uint` instead of `ushort`. This bug is not present in the abstractions branch. Fixes #36
- Loading branch information