-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error when parsing the disassembled file #2
Comments
I'm not very educated on the V8 bytecode so I apologize in advance if any of my terminology is incorrect. This appears to be an upstream issue with v8dasm/the V8 patch(es). In my example, this is the offending bytecode:
You can see the I should make an issue there, but I'll wait for @j4k0xb to reply in case this was caused by this repo's modifications to the patches. |
Looking through
Now, I see no logical way how this (ending a SharedFunctionInfo object 3 times in a row) makes sense, so I think different objects are being logged in parallel, therefore interrupting each other and creating this mess (see previous example). |
Edit: found the issue, the patch removed a line that the upstream has
They're from different functions (which are in the constant pool) |
Any ETA on the release of that? |
fixed, build again with the new patch |
Environment: v8 electron 10.6.194.26
Python 3.12 (look like not related to python)
It look like that parser not working for your patch of v8
disasm.zip
The text was updated successfully, but these errors were encountered: