Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • So I should go back and try to import the .COM file into ghidra? Commented Dec 20, 2021 at 5:09
  • @Zopolis4 you should employ an assembler to go from assembler code to machine code. Nasm and Fasm are free-of-charge and open source options. Commented Dec 20, 2021 at 8:56
  • I already have the machine code, my aim is C. Commented Dec 20, 2021 at 9:09
  • @Zopolis4 Analyze the binary executable the code snippet was taken from. The little piece of code shown in your post is meaningless without context. Commented Dec 21, 2021 at 0:15
  • What would I load it the executable as? (i.e. what processor, size and compiler?) Commented Mar 16, 2023 at 1:10