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 }}
DevilBot000
/
MemoryModule
Public
forked from
FusixGit/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
Breadcrumbs
History for
MemoryModule
MemoryModule.c
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 19, 2016
Update MemoryModule.c
Show description for a0cef0b
FusixGit
committed
a0cef0b
View commit details
Copy full SHA for a0cef0b
View code at this point
Browse repository at this point
Update MemoryModule.c
Show description for a29a03a
FusixGit
committed
a29a03a
View commit details
Copy full SHA for a29a03a
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
Update MemoryModule.c
FusixGit
committed
8117a42
View commit details
Copy full SHA for 8117a42
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Expose default callback functions.
Show description for 905ad75
fancycode
committed
905ad75
View commit details
Copy full SHA for 905ad75
View code at this point
Browse repository at this point
Commits on Dec 20, 2015
Fix C4055 on MSVC.
fancycode
committed
cc56221
View commit details
Copy full SHA for cc56221
View code at this point
Browse repository at this point
Fixed syntax error on MSVC.
fancycode
committed
cddc54a
View commit details
Copy full SHA for cddc54a
View code at this point
Browse repository at this point
Initialize variable (to make MSVC happy).
fancycode
committed
394fae8
View commit details
Copy full SHA for 394fae8
View code at this point
Browse repository at this point
Removed debug include.
fancycode
committed
1598331
View commit details
Copy full SHA for 1598331
View code at this point
Browse repository at this point
Fixed warning about unreferenced parameters.
fancycode
committed
583e1b4
View commit details
Copy full SHA for 583e1b4
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Don't disable warnings about conversions.
fancycode
committed
b4bf2f7
View commit details
Copy full SHA for b4bf2f7
View code at this point
Browse repository at this point
Declare variables at start of function.
fancycode
committed
422f918
View commit details
Copy full SHA for 422f918
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Use DWORD directly to avoid cast.
fancycode
committed
83899ac
View commit details
Copy full SHA for 83899ac
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
Zero the memory allocated in the heap
Show description for 89e02fc
Fr0sT-Brutal
committed
89e02fc
View commit details
Copy full SHA for 89e02fc
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
Handle case where resource to load is NULL.
fancycode
committed
36574a5
View commit details
Copy full SHA for 36574a5
View code at this point
Browse repository at this point
Reduced scope of variable.
fancycode
committed
463447c
View commit details
Copy full SHA for 463447c
View code at this point
Browse repository at this point
Added more error handling, changed boolean variables to "BOOL", bail our early from functions where possible.
fancycode
committed
d321abf
View commit details
Copy full SHA for d321abf
View code at this point
Browse repository at this point
Support section alignments that are smaller than the memory page size (fixes #20/#21).
fancycode
committed
aa6b93b
View commit details
Copy full SHA for aa6b93b
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Use "uintptr_t" instead of custom type.
fancycode
committed
625aa47
View commit details
Copy full SHA for 625aa47
View code at this point
Browse repository at this point
Deny loading any other architecture than 64bit if compiled for 64bit.
fancycode
committed
dacdbab
View commit details
Copy full SHA for dacdbab
View code at this point
Browse repository at this point
Use function from tchar.h instead of #ifdef.
fancycode
committed
6212358
View commit details
Copy full SHA for 6212358
View code at this point
Browse repository at this point
Fixed indentation.
fancycode
committed
808c043
View commit details
Copy full SHA for 808c043
View code at this point
Browse repository at this point
Merge pull request #22 from dismantl/findresource-bugfix
Show description for dcccd79
fancycode
committed
dcccd79
View commit details
Copy full SHA for dcccd79
View code at this point
Browse repository at this point
Bump year in copyright.
fancycode
committed
b889c72
View commit details
Copy full SHA for b889c72
View code at this point
Browse repository at this point
Commits on Jan 6, 2015
small fix relating to searching IMAGE_RESOURCE_DIRECTORY_ENTRYs for named resources
dismantl
committed
1d55f77
View commit details
Copy full SHA for 1d55f77
View code at this point
Browse repository at this point
Commits on Sep 21, 2014
Support loading (and running) EXE files (fixes #7).
fancycode
committed
5a448ce
View commit details
Copy full SHA for 5a448ce
View code at this point
Browse repository at this point
Check architecture of library to load.
fancycode
committed
2d504b5
View commit details
Copy full SHA for 2d504b5
View code at this point
Browse repository at this point
Added explicit casts.
fancycode
committed
bb736dc
View commit details
Copy full SHA for bb736dc
View code at this point
Browse repository at this point
Bump version number.
fancycode
committed
8d286f8
View commit details
Copy full SHA for 8d286f8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.