Skip to content

Alien Isolation: startup hardening & Windows CI#2

Merged
JohnnyTheCoder1 merged 12 commits intomasterfrom
ci-hardening-alieniso-2025-10-24
Oct 24, 2025
Merged

Alien Isolation: startup hardening & Windows CI#2
JohnnyTheCoder1 merged 12 commits intomasterfrom
ci-hardening-alieniso-2025-10-24

Conversation

@JohnnyTheCoder1
Copy link
Copy Markdown
Owner

This PR hardens injection/initialization to avoid early AVs and adds a Windows CI workflow to build and publish DLL artifacts.\n\nHighlights:\n- Early, idempotent logging and SEH guard around RunCT\n- Validate offsets/pointers; wait for DX11 device/swapchain readiness\n- Guard glow patch/timescale writes to only operate within module image\n- Safe hook setup (validate target addresses; guard Present VTable hook)\n- New helpers: IsPtrReadable/IsAddressInModule\n- Link Psapi for GetModuleInformation\n- GitHub Actions workflow builds Win32/x64 Release and uploads artifacts

…ndows CI workflow\n\n- Add early, idempotent logging and SEH guard around RunCT\n- Validate offsets/pointers and wait for DX11 device/swapchain\n- Guard glow patch and timescale writes to module range\n- Validate hook target addresses; guard Present VTable hook\n- Add IsPtrReadable/IsAddressInModule helpers\n- Link Psapi for GetModuleInformation\n- Add GitHub Actions workflow to build Release (Win32/x64) and upload artifacts
@JohnnyTheCoder1 JohnnyTheCoder1 merged commit 5f584f3 into master Oct 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant