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
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 }}
arthurdead
/
Source.Python
Public
forked from
Source-Python-Dev-Team/Source.Python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Source.Python
src
core
modules
memory
on
master
User selector
All users
All time
Commit history
Commits on Nov 2, 2019
Hook callbacks can now return objects as pointer values.
jordanbriere
committed
2dc44b4
View commit details
Copy full SHA for 2dc44b4
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
Added log message when a function is being hooked
Ayuto
committed
bf5a916
View commit details
Copy full SHA for bf5a916
View code at this point
Browse repository at this point
Commits on Jun 19, 2017
Update Python to 3.6.1 (#206)
Show description for 16db885
Ayuto
authored
16db885
View commit details
Copy full SHA for 16db885
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
Added sanity checks to Pointer.copy/move
Ayuto
committed
e38378a
View commit details
Copy full SHA for e38378a
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
Added some game specific class info
Ayuto
committed
beda24d
View commit details
Copy full SHA for beda24d
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Merge branch 'master' of https://github.com/Source-Python-Dev-Team/Source.Python
Ayuto
committed
0834c58
View commit details
Copy full SHA for 0834c58
View code at this point
Browse repository at this point
find_address is now raising an error instead of returning a NULL pointer when the symbol wasn't found
Ayuto
committed
cad2bc3
View commit details
Copy full SHA for cad2bc3
View code at this point
Browse repository at this point
Added signature to exceptions in find_address
Ayuto
committed
1792444
View commit details
Copy full SHA for 1792444
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
StackData.__setitem__ now accept objects as pointer values.
L'In20Cible
committed
7b4bea5
View commit details
Copy full SHA for 7b4bea5
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Fixed crashes due to the last update when searching for a symbol on Linux
Ayuto
committed
4db2015
View commit details
Copy full SHA for 4db2015
View code at this point
Browse repository at this point
Commits on Nov 29, 2016
Fixed SP for CS:GO on Linux
Show description for 9a92f4c
Ayuto
committed
9a92f4c
View commit details
Copy full SHA for 9a92f4c
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Updated memory.find_binary()
Show description for fb3afac
Ayuto
committed
fb3afac
View commit details
Copy full SHA for fb3afac
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Changed a few post-increments to pre-increments
Show description for 36600ed
Ayuto
committed
36600ed
View commit details
Copy full SHA for 36600ed
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
Added StackData.return_address
Show description for 1d3daca
Ayuto
committed
1d3daca
View commit details
Copy full SHA for 1d3daca
View code at this point
Browse repository at this point
Pointer is now orderable
Ayuto
committed
c362562
View commit details
Copy full SHA for c362562
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
Added BinaryFile.symbols
Ayuto
committed
4cfe8c8
View commit details
Copy full SHA for 4cfe8c8
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
Updated documentation
Ayuto
committed
2d421df
View commit details
Copy full SHA for 2d421df
View code at this point
Browse repository at this point
Changed Pointer.protect() to set read-only protection
Ayuto
committed
75f327f
View commit details
Copy full SHA for 75f327f
View code at this point
Browse repository at this point
Added feature requested in issue #128
Ayuto
committed
e306e1c
View commit details
Copy full SHA for e306e1c
View code at this point
Browse repository at this point
Updated exception handler to provide more detailed exeception messages
Ayuto
committed
cb3111a
View commit details
Copy full SHA for cb3111a
View code at this point
Browse repository at this point
Renamed CC_CDECL to fix a name conflict with oaidl.h
Ayuto
committed
33fd766
View commit details
Copy full SHA for 33fd766
View code at this point
Browse repository at this point
Commits on May 19, 2016
Fixed issue #124
Ayuto
committed
fce3e71
View commit details
Copy full SHA for fce3e71
View code at this point
Browse repository at this point
Commits on May 6, 2016
memory.make_object() now allows not only Pointer instances
Show description for aaaff76
Ayuto
committed
aaaff76
View commit details
Copy full SHA for aaaff76
View code at this point
Browse repository at this point
Commits on Apr 24, 2016
Fixed not being able to use class methods for hook callbacks
Show description for f34bcf5
Ayuto
committed
f34bcf5
View commit details
Copy full SHA for f34bcf5
View code at this point
Browse repository at this point
Commits on Mar 29, 2016
Maybe now?
Ayuto
committed
3a7957a
View commit details
Copy full SHA for 3a7957a
View code at this point
Browse repository at this point
Fixed Windows build
Ayuto
committed
cff4ca3
View commit details
Copy full SHA for cff4ca3
View code at this point
Browse repository at this point
Added crash protection to the memory module (Windows only!)
Show description for d8a6cb6
Ayuto
committed
d8a6cb6
View commit details
Copy full SHA for d8a6cb6
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Merge remote-tracking branch 'refs/remotes/origin/master' into property_updates
Ayuto
committed
993b2e4
View commit details
Copy full SHA for 993b2e4
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Added Function.skip_hooks()
Ayuto
committed
fe7f1c9
View commit details
Copy full SHA for fe7f1c9
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
Changed a lot getters to properties on the C++ side
Ayuto
committed
72bce8c
View commit details
Copy full SHA for 72bce8c
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
Reorganized some memory code
Show description for eff8ce7
Ayuto
committed
eff8ce7
View commit details
Copy full SHA for eff8ce7
View code at this point
Browse repository at this point
Added TypeInfo.dump()
Ayuto
committed
8fe56cb
View commit details
Copy full SHA for 8fe56cb
View code at this point
Browse repository at this point
Added RTTI accessors
Ayuto
committed
6bd81a1
View commit details
Copy full SHA for 6bd81a1
View code at this point
Browse repository at this point
Commits on Jan 16, 2016
Reorganized memory scanner
Show description for c835c28
Ayuto
committed
c835c28
View commit details
Copy full SHA for c835c28
View code at this point
Browse repository at this point
Commits on Oct 24, 2015
Added documentation for CallingConvention
Show description for 59c4bc5
Ayuto
committed
59c4bc5
View commit details
Copy full SHA for 59c4bc5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.