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

AtomBombingShellcode.h is missing #6

Open
balsulami opened this issue Mar 2, 2017 · 4 comments
Open

AtomBombingShellcode.h is missing #6

balsulami opened this issue Mar 2, 2017 · 4 comments

Comments

@balsulami
Copy link

I can't compile the code because AtomBombingShellcode.h is missing. I couldn't find it the repository.

Thanks

@talliberman
Copy link
Contributor

"AtomBombingShellcode.h" is generated during the compilation of the project AtomBombingShellcode. Specifically it is created by "AtomBombingShellcode/Scripts/Post_Link.py"* python script which is configured to run once the project has finished compiling. Make sure you have the latest** Python 2.7 installed. Then install pefile*** python package.

*https://github.com/BreakingMalwareResearch/atom-bombing/blob/master/AtomBombingShellcode/Scripts/Post_Link.py
**https://www.python.org/ftp/python/2.7.13/python-2.7.13.msi
***c:\Python27\Scripts\pip.exe install pefile

@AlexandreRouma
Copy link

Hi, The python script does not run when I compile the project :/ How can I run it manualy ?

@hasanalizxc
Copy link

I can't compile the code because AtomBombingShellcode.h is missing. I couldn't find it the repository.

Thanks

@balsulami @AlexandreRouma I can send you binaries if you want.

@proxytype
Copy link

you need the help of python to create it, download python 2.7.13 install pip and install pefile package, if it throw an error use this command to around it:
python.exe -m pip install pefile -q

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

No branches or pull requests

4 participants