_initterm function table
Open
@williballenthin is already working on this.
Since Mar 9, 2026.
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 289
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 6
Description
[`_initterm`](https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/initterm-initterm-e) walks a table of function pointers. Attempting to implement this using [`setup_callback()`](https://github.com/fireeye/speakeasy/blob/master/speakeasy/winenv/api/api.py#L372) results in the first callback returning to `_initterm`'s return address. Looking for a solution to walk the table and properly return from `_initterm`.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.