-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adding multiple sections to the __POSTJECT
segment causes a crash
#1
Comments
Although Postject v1.0.0-alpha.3 doesn't crash while adding multiple resources, I have a test case for which the resultant binary still crashes. I'm using the official release of Node.js v14.18.2 on my Intel macOS for this example: cp $(command -v node) sea
postject sea NODE_JS_CODE <(shuf -n 100 /usr/share/dict/words | fmt -w 72)
postject sea NODE_JS_BOOTSTRAP <(shuf -n 100 /usr/share/dict/words | fmt -w 72)
./sea Reason for crash keeps changing every time. LLDB logs:
I'm guessing the binary gets corrupted? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS
Intel macOS Monterey Version 12.4
Repro
Crash report
The text was updated successfully, but these errors were encountered: