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 }}
fancycode
/
MemoryModule
Public
Notifications
You must be signed in to change notification settings
Fork
826
Star
3.2k
Code
Issues
49
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 24, 2019
Merge pull request #92 from fancycode/ci-xenial
Show description for 5f83e41
fancycode
authored
5f83e41
View commit details
Copy full SHA for 5f83e41
Browse repository at this point
Get latest stable version of Wine when testing.
fancycode
committed
316aa59
View commit details
Copy full SHA for 316aa59
Browse repository at this point
Switch to Xenial for CI runs.
fancycode
committed
9f37952
View commit details
Copy full SHA for 9f37952
Browse repository at this point
Fix version for AppVeyor.
fancycode
committed
d1a0824
View commit details
Copy full SHA for d1a0824
Browse repository at this point
Commits on May 18, 2018
Merge pull request #84 from ianhbell/patch-1
Show description for e4c1b35
fancycode
authored
e4c1b35
View commit details
Copy full SHA for e4c1b35
Browse repository at this point
Make .h file accessible to superprojects
Show description for a15e076
ianhbell
authored
a15e076
View commit details
Copy full SHA for a15e076
Browse repository at this point
Commits on Mar 8, 2018
Merge pull request #81 from Scavanger/case-sensitive-function-names
Show description for e039372
fancycode
authored
e039372
View commit details
Copy full SHA for e039372
Browse repository at this point
Search for function names should be case sensitive
Scavanger
authored
060f0bd
View commit details
Copy full SHA for 060f0bd
Browse repository at this point
Commits on Feb 14, 2018
Run with sudo enabled.
Show description for 403a31e
fancycode
committed
403a31e
View commit details
Copy full SHA for 403a31e
Browse repository at this point
Only install packages necessary for job.
fancycode
committed
e7d53b5
View commit details
Copy full SHA for e7d53b5
Browse repository at this point
Fix typo.
fancycode
committed
0acf4e7
View commit details
Copy full SHA for 0acf4e7
Browse repository at this point
Update WINEPATH for Trusty.
fancycode
committed
663ddca
View commit details
Copy full SHA for 663ddca
Browse repository at this point
Remove all object files on clean.
fancycode
committed
9ecfeb0
View commit details
Copy full SHA for 9ecfeb0
Browse repository at this point
Prevent memory of library from spanning over 4GB bounaries.
Show description for 9e29595
fancycode
committed
9e29595
View commit details
Copy full SHA for 9e29595
Browse repository at this point
Commits on Nov 2, 2017
Merge pull request #76 from fancycode/binsearch_export_names
Show description for 55577d9
fancycode
authored
55577d9
View commit details
Copy full SHA for 55577d9
Browse repository at this point
Add test that loads a dll with lots of exports.
fancycode
committed
ac78ea1
View commit details
Copy full SHA for ac78ea1
Browse repository at this point
Implement binary search for looking up exports by name.
Show description for 98b95ec
fancycode
committed
98b95ec
View commit details
Copy full SHA for 98b95ec
Browse repository at this point
Update mingw -dev package for Trusty.
fancycode
committed
0884dcc
View commit details
Copy full SHA for 0884dcc
Browse repository at this point
Commits on Jul 17, 2017
Merge pull request #70 from ForNeVeR/patch-1
Show description for 00bc61e
fancycode
authored
00bc61e
View commit details
Copy full SHA for 00bc61e
Browse repository at this point
Commits on Jul 15, 2017
readme: fix the doc file name
ForNeVeR
authored
2bbbc20
View commit details
Copy full SHA for 2bbbc20
Browse repository at this point
Commits on Sep 20, 2016
Merge pull request #51 from fancycode/cmake_testsuite
Show description for 5c6b699
fancycode
authored
5c6b699
View commit details
Copy full SHA for 5c6b699
Browse repository at this point
Also build and run testsuite on cmake CI tests.
fancycode
committed
184113c
View commit details
Copy full SHA for 184113c
Browse repository at this point
Simplfy some casting code, updated comments about 32/64 bit.
fancycode
committed
f5c9db8
View commit details
Copy full SHA for f5c9db8
Browse repository at this point
Added testcase to load image above 32bit.
fancycode
committed
6c4ab35
View commit details
Copy full SHA for 6c4ab35
Browse repository at this point
Commits on Sep 19, 2016
Use script to run wine.
fancycode
committed
8d609dc
View commit details
Copy full SHA for 8d609dc
Browse repository at this point
MSVC again - "static const" can not be used as array size.
fancycode
committed
5ce3707
View commit details
Copy full SHA for 5ce3707
Browse repository at this point
Don't use "static const <type>", breaks on MSVC.
fancycode
committed
d9dcc0e
View commit details
Copy full SHA for d9dcc0e
Browse repository at this point
Fix MSVC compiler error.
fancycode
committed
e2826eb
View commit details
Copy full SHA for e2826eb
Browse repository at this point
Use "size_t" instead of "long" for sizes.
fancycode
committed
49a8287
View commit details
Copy full SHA for 49a8287
Browse repository at this point
Simplify conditional compiled code a bit.
fancycode
committed
4074f1e
View commit details
Copy full SHA for 4074f1e
Browse repository at this point
Replace defines with static consts.
fancycode
committed
caf9177
View commit details
Copy full SHA for caf9177
Browse repository at this point
Merge pull request #50 from fancycode/fix_64bit_warnings
Show description for 221a470
fancycode
authored
221a470
View commit details
Copy full SHA for 221a470
Browse repository at this point
Added wrapper to run wine/wine64.
fancycode
committed
097403a
View commit details
Copy full SHA for 097403a
Browse repository at this point
Fix more potential conversion issues on 64bit.
fancycode
committed
6c2c3e2
View commit details
Copy full SHA for 6c2c3e2
Browse repository at this point
Fixed alignment of values/addresses on 64bit systems.
fancycode
committed
03cd7c9
View commit details
Copy full SHA for 03cd7c9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.