Skip to main content

Timeline for How to import x86asm into Ghidra?

Current License: CC BY-SA 4.0

9 events
when toggle format what by license comment
Mar 17, 2023 at 21:06 comment added julian @Zopolis4 Ghidra expects the input to be a well-formed binary file that conforms to a standard like ELF or PE. Ghidra will parse that file, locate the machine code and disassemble it. If you just want to analyze a snippet of machine code that can be done using the Capstone disassembler.
Mar 16, 2023 at 1:10 comment added Zopolis4 What would I load it the executable as? (i.e. what processor, size and compiler?)
Dec 21, 2021 at 0:15 comment added julian @Zopolis4 Analyze the binary executable the code snippet was taken from. The little piece of code shown in your post is meaningless without context.
Dec 20, 2021 at 21:31 vote accept Zopolis4
Dec 20, 2021 at 9:09 comment added Zopolis4 I already have the machine code, my aim is C.
Dec 20, 2021 at 8:56 comment added 0xC0000022L @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.
Dec 20, 2021 at 5:09 comment added Zopolis4 So I should go back and try to import the .COM file into ghidra?
Dec 19, 2021 at 15:41 review Low quality posts
Dec 20, 2021 at 17:16
Dec 19, 2021 at 15:25 history answered julian CC BY-SA 4.0