Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
JohnnyTheCoder1
/
CinematicTools
Public
forked from
OpenCAGE/CinematicTools
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Alien Isolation: startup hardening & Windows CI
- #2
#2
Merged
JohnnyTheCoder1
merged 12 commits into
master
JohnnyTheCoder1/CinematicTools:master
from
ci-hardening-alieniso-2025-10-24
JohnnyTheCoder1/CinematicTools:ci-hardening-alieniso-2025-10-24
Copy head branch name to clipboard
Oct 24, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Alien Isolation: startup hardening & Windows CI
#2
JohnnyTheCoder1
merged 12 commits into
master
JohnnyTheCoder1/CinematicTools:master
from
ci-hardening-alieniso-2025-10-24
JohnnyTheCoder1/CinematicTools:ci-hardening-alieniso-2025-10-24
Copy head branch name to clipboard
Commits
Commits on Oct 24, 2025
Alien Isolation: startup hardening, logging guard, safe hooks, and Windows CI workflow\n\n- Add early, idempotent logging and SEH guard around RunCT\n- Validate offsets/pointers and wait for DX11 d…
Show description for 23fee5f
JohnnyTheCoder1
committed
23fee5f
View commit details
Copy full SHA for 23fee5f
Browse repository at this point
CI: build vcxproj directly (fix invalid Release|Win32 solution config); add x64 build via project file
JohnnyTheCoder1
committed
96b833c
View commit details
Copy full SHA for 96b833c
Browse repository at this point
Retarget to Windows 10 SDK (default) and MSVC v143 toolset for CI compatibility
JohnnyTheCoder1
committed
6314f75
View commit details
Copy full SHA for 6314f75
Browse repository at this point
Fix CI build: remove SEH __try blocks (C2712) and replace with pointer readability checks for safe init/hooking
JohnnyTheCoder1
committed
d1376b9
View commit details
Copy full SHA for d1376b9
Browse repository at this point
CI: link against NuGet MinHook (libMinHook.x86/x64.lib) and NuGet DirectXTK lib dirs; remove stale local paths
JohnnyTheCoder1
committed
ae69a3f
View commit details
Copy full SHA for ae69a3f
Browse repository at this point
CI: stop importing NuGet minhook.targets (adds bad lib path); set MinHook include dirs and link libs explicitly
JohnnyTheCoder1
committed
00c92eb
View commit details
Copy full SHA for 00c92eb
Browse repository at this point
CI: use MinHook v141 libs per config (md/mdd) and point linker to lib/native/lib
JohnnyTheCoder1
committed
55d5adb
View commit details
Copy full SHA for 55d5adb
Browse repository at this point
Vendor MinHook and update build guidance
JohnnyTheCoder1
committed
a1e3817
View commit details
Copy full SHA for a1e3817
Browse repository at this point
Retarget Boost NuGet packages to vc142
JohnnyTheCoder1
committed
f40fe18
View commit details
Copy full SHA for f40fe18
Browse repository at this point
Preserve Win32 build artifact
JohnnyTheCoder1
committed
43c46e1
View commit details
Copy full SHA for 43c46e1
Browse repository at this point
Wait for D3D singleton before hooking
JohnnyTheCoder1
committed
db0632c
View commit details
Copy full SHA for db0632c
Browse repository at this point
Fix D3D offset usage for relocated module
JohnnyTheCoder1
committed
4d63bf3
View commit details
Copy full SHA for 4d63bf3
Browse repository at this point
You can’t perform that action at this time.