Skip to content

Error during reassembling a simple HelloWorld program (C#) #287

Answered by wtfsck
zozidalom asked this question in Q&A
Discussion options

You must be logged in to vote

You decoded an invalid instruction and since it's not an instruction, it can't be re-encoded. Don't decode data, eg. follow branches to find the real code and only encode that code. Google basic blocks.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wtfsck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants