We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The script to the tutorial 02 - Create a PE from scratch is completely broken.
To Reproduce Follow the steps in 02 - Create a PE from scratch or execute the tutorial script: pe_from_scratch.py
Expected behavior Working executable with correct headers and sections
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Ack (I won't likely have a fix soon)
I believe this is the same issue as #733 which was fixed by #734. Could you try to test the latest commit?
I just test the script and use radare2 to analyze the generated PE file, it seems the problem still exists.
[0x00400074]> iS [Sections] nth paddr size vaddr vsize perm name ―――――――――――――――――――――――――――――――――――――――――――――――――――――― 0 0x00001000 0x1c 0x00400074 0x78658000 ---- sect_0 1 0x00002000 0x1c 0x00400061 0x74617000 ---- sect_1 2 0x00003000 0x200 0x00400000 0x317000 ---- sect_2
romainthomas
No branches or pull requests
Describe the bug
The script to the tutorial 02 - Create a PE from scratch is completely broken.
To Reproduce
Follow the steps in 02 - Create a PE from scratch or execute the tutorial script: pe_from_scratch.py
Expected behavior
Working executable with correct headers and sections
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: