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 }}
anlev5
/
MemoryModule
Public
forked from
fancycode/MemoryModule
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 24, 2016
Merge pull request #33 from joankaradimov/custom-alloc-and-free
Show description for 4b3d2a0
fancycode
committed
4b3d2a0
View commit details
Copy full SHA for 4b3d2a0
Browse repository at this point
Commits on Feb 13, 2016
Add some tests for the custom free and alloc functions
joankaradimov
committed
a1fb42d
View commit details
Copy full SHA for a1fb42d
Browse repository at this point
Extract a `ReadLibrary` function in DllLoader.cpp
joankaradimov
committed
bc38a6b
View commit details
Copy full SHA for bc38a6b
Browse repository at this point
Commits on Feb 12, 2016
Pass alloc/free functions to MemoryLoadLibraryEx
joankaradimov
committed
d46b74d
View commit details
Copy full SHA for d46b74d
Browse repository at this point
Commits on Jan 26, 2016
Disable C4055 warning (data -> function pointer conversion).
fancycode
committed
d88817f
View commit details
Copy full SHA for d88817f
Browse repository at this point
Explicitly include "stdint.h" to make sure "uintptr_t" is defined (fixes #34).
fancycode
committed
d9a6bb9
View commit details
Copy full SHA for d9a6bb9
Browse repository at this point
Expose default callback functions.
Show description for 905ad75
fancycode
committed
905ad75
View commit details
Copy full SHA for 905ad75
Browse repository at this point
Commits on Dec 20, 2015
Also build on MSVC 2015.
fancycode
committed
2e193f1
View commit details
Copy full SHA for 2e193f1
Browse repository at this point
Fix C4055 on MSVC.
fancycode
committed
cc56221
View commit details
Copy full SHA for cc56221
Browse repository at this point
Fixed syntax error on MSVC.
fancycode
committed
cddc54a
View commit details
Copy full SHA for cddc54a
Browse repository at this point
Define "_CRT_SECURE_NO_WARNINGS" when compiling examples/tests.
fancycode
committed
5bda210
View commit details
Copy full SHA for 5bda210
Browse repository at this point
Initialize variable (to make MSVC happy).
fancycode
committed
394fae8
View commit details
Copy full SHA for 394fae8
Browse repository at this point
Removed debug include.
fancycode
committed
1598331
View commit details
Copy full SHA for 1598331
Browse repository at this point
Fixed warning about unreferenced parameters.
fancycode
committed
583e1b4
View commit details
Copy full SHA for 583e1b4
Browse repository at this point
Add some checks to prevent overruns on broken input.
fancycode
committed
bc04853
View commit details
Copy full SHA for bc04853
Browse repository at this point
Add more error checking of return values.
fancycode
committed
9df6e7d
View commit details
Copy full SHA for 9df6e7d
Browse repository at this point
Commits on Oct 22, 2015
Merge pull request #30 from kost/fix-deprecated-wcsnicmp
Show description for f02a8e6
fancycode
committed
f02a8e6
View commit details
Copy full SHA for f02a8e6
Browse repository at this point
Commits on Oct 18, 2015
Use _wcsnicmp instead of wcsnicmp
Show description for 71643ae
kost
committed
71643ae
View commit details
Copy full SHA for 71643ae
Browse repository at this point
Commits on Aug 22, 2015
Avoid (re-)allocations when searching for named resources.
Show description for d197073
fancycode
committed
d197073
View commit details
Copy full SHA for d197073
Browse repository at this point
Show AppVeyor status of master branch.
fancycode
committed
8d5dbf3
View commit details
Copy full SHA for 8d5dbf3
Browse repository at this point
Added information about build status.
fancycode
committed
62e357e
View commit details
Copy full SHA for 62e357e
Browse repository at this point
Don't disable warnings about conversions.
fancycode
committed
b4bf2f7
View commit details
Copy full SHA for b4bf2f7
Browse repository at this point
Declare variables at start of function.
fancycode
committed
422f918
View commit details
Copy full SHA for 422f918
Browse repository at this point
Added AppVeyor CI integration.
fancycode
committed
a13ad18
View commit details
Copy full SHA for a13ad18
Browse repository at this point
Commits on Aug 21, 2015
Support building with cmake.
fancycode
committed
8c3d253
View commit details
Copy full SHA for 8c3d253
Browse repository at this point
Switch to container-based infrastructure.
fancycode
committed
70c4977
View commit details
Copy full SHA for 70c4977
Browse repository at this point
Revert 78330cd2f1ceb61829d40d9e137e571070242146, package names don't match platform.
fancycode
committed
5a0c512
View commit details
Copy full SHA for 5a0c512
Browse repository at this point
Simplify package installation.
fancycode
committed
78330cd
View commit details
Copy full SHA for 78330cd
Browse repository at this point
Fix compilation of tests with UNICODE defined.
fancycode
committed
db9c238
View commit details
Copy full SHA for db9c238
Browse repository at this point
Use DWORD directly to avoid cast.
fancycode
committed
83899ac
View commit details
Copy full SHA for 83899ac
Browse repository at this point
Support imports by ordinal value.
Show description for 6276f44
fancycode
committed
6276f44
View commit details
Copy full SHA for 6276f44
Browse repository at this point
Commits on Apr 7, 2015
Merge pull request #26 from CoolOppo/patch-1
Show description for e5d4285
fancycode
committed
e5d4285
View commit details
Copy full SHA for e5d4285
Browse repository at this point
Commits on Apr 6, 2015
Rename readme.txt to readme.rst
Show description for 48d3c5a
CoolOppo
committed
48d3c5a
View commit details
Copy full SHA for 48d3c5a
Browse repository at this point
Commits on Mar 13, 2015
Call "VirtualFree" before setting error (fixes #23).
fancycode
committed
82b11d5
View commit details
Copy full SHA for 82b11d5
Browse repository at this point
Merge pull request #24 from Fr0sT-Brutal/patch-1
Show description for 0ce2454
fancycode
committed
0ce2454
View commit details
Copy full SHA for 0ce2454
Browse repository at this point
Previous
Next
You can’t perform that action at this time.