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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
XboxDev
/
extract-xiso
Public
Notifications
You must be signed in to change notification settings
Fork
128
Star
1.1k
Code
Issues
27
Pull requests
13
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Switch to C++ and modernize code?
- #87
#87
Draft
vlolteanu
wants to merge 11 commits into
XboxDev:master
XboxDev/extract-xiso:master
from
vlolteanu:cpp
vlolteanu/extract-xiso:cpp
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Draft
Switch to C++ and modernize code?
#87
vlolteanu
wants to merge 11 commits into
XboxDev:master
XboxDev/extract-xiso:master
from
vlolteanu:cpp
vlolteanu/extract-xiso:cpp
Copy head branch name to clipboard
Commits
Commits on Nov 22, 2023
Switch to C++
vlolteanu
committed
a10cd50
View commit details
Copy full SHA for a10cd50
Browse repository at this point
Fix C++ warning regarding _GNU_SOURCE
vlolteanu
committed
2be3498
View commit details
Copy full SHA for 2be3498
Browse repository at this point
Made s_systemupdate const
vlolteanu
committed
e2851a1
View commit details
Copy full SHA for e2851a1
Browse repository at this point
Made s_pattern const
vlolteanu
committed
ab29f06
View commit details
Copy full SHA for ab29f06
Browse repository at this point
Replace nil with nullptr
vlolteanu
committed
367fe98
View commit details
Copy full SHA for 367fe98
Browse repository at this point
Do not define bool
vlolteanu
committed
d58758b
View commit details
Copy full SHA for d58758b
Browse repository at this point
Use std::{min,max}
vlolteanu
committed
3052693
View commit details
Copy full SHA for 3052693
Browse repository at this point
Usage no longer a macro
vlolteanu
committed
7a06144
View commit details
Copy full SHA for 7a06144
Browse repository at this point
Simplify memory error handling
vlolteanu
committed
57c8d69
View commit details
Copy full SHA for 57c8d69
Browse repository at this point
Get rid of redundant typedefs
vlolteanu
committed
b41efbd
View commit details
Copy full SHA for b41efbd
Browse repository at this point
Replace homebrew Boyer Moore with STL
vlolteanu
committed
36c3844
View commit details
Copy full SHA for 36c3844
Browse repository at this point
You can’t perform that action at this time.