Replies: 4 comments
-
|
Am i doing something wrong? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
And yes, i tried to filter out invalid instructions but then i get some jump errors |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
These are the invalid instructions: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Seems like you're decoding data as instructions. You need to find the basic blocks so you only try to encode real instructions and not data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm encountering an issue while assembling the decoded executable. For testing purposes, I'm using a simple Hello World program, and when I attempt to assemble it, I get the following error:
IcedError { error: "Can't encode an invalid instruction : 0x40000C (bad)" }
This is my code:
Beta Was this translation helpful? Give feedback.
All reactions