|
I need to disassemble a raw shellcode in the data section with no function prologue or epilogue so make function does not work here. I read in #1404 that the make code feature can be triggered by pressing C but it did not work. even in the keybindings there no action associated with C nor there is an action named make code ?? so how I can trigger this feature ? |
Answered by
xusheng6
Oct 26, 2023
Replies: 2 comments 2 replies
|
My understanding, from reading back through #1404, is that those instructions are referring to this plugin. It's possible that, at one time, this was a feature included in the debugger (as the issue seems to suggest). But, I do not believe that is currently the case. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @nitrogar , the "make code" was once a thing but we have later removed it because it is buggy and we believe that creating a function is a superior solution. Could you please explain why that would not work?