Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to pass data using lpReserved #62

Merged
merged 2 commits into from
Feb 15, 2016
Merged

Add ability to pass data using lpReserved #62

merged 2 commits into from
Feb 15, 2016

Conversation

frk1
Copy link
Contributor

@frk1 frk1 commented Feb 11, 2016

I changed the description of the parameter own in the constructor of MemBlock. Please revert the change if I'm too dumb to understand, but as far as I understood the code it's the other way around.

The injected dll will get passed an address pointing to the std::uint64_t representing the size of the data immediately following it.

frk1 and others added 2 commits February 12, 2016 00:13
Prefer uint64_t over size_t for 64bit to 32bit mapping compatibility.
DarthTon added a commit that referenced this pull request Feb 15, 2016
Add ability to pass data using lpReserved
@DarthTon DarthTon merged commit 624afe8 into DarthTon:master Feb 15, 2016
@frk1
Copy link
Contributor Author

frk1 commented Feb 16, 2016

I think I missed a bug:

size_t size() const {

You might want to change this one to uint64_t aswell.

Greets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants