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

Fix for x64 build #1

Merged
merged 1 commit into from Jun 23, 2014
Merged

Fix for x64 build #1

merged 1 commit into from Jun 23, 2014

Conversation

kost
Copy link
Contributor

@kost kost commented Jun 23, 2014

This is small fix, as building x64 build would never build without .asm file which you have in other projects :)
I've included nmake makefile for building x64 version, feel free to include same in VC GUI if needed...

You want to check "kost" branch of "shellcodeexec" as it have mingw support:
https://github.com/kost/shellcodeexec

Which means I can compile windows binaries using Linux/Mac and resulting binaries are much smaller (UPXed win32 is smaller than 4 kb):
https://github.com/kost/shellcodeexec/tree/kost/bin

Also, maybe you want to take a look at scexec which is shellcodeexec on steroids:
https://github.com/kost/scexec

it supports base64/uudecode shellcode, etc..

bdamele added a commit that referenced this pull request Jun 23, 2014
@bdamele bdamele merged commit 741b904 into bdamele:master Jun 23, 2014
@bdamele
Copy link
Owner

bdamele commented Jun 23, 2014

Thank you @kost. Feel free to open more pull requests if you want to have mingw support merged in too.

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.

None yet

2 participants