News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Hope to see a raw binary output mode

Started by Ben321, December 06, 2024, 09:58:14 AM

Previous topic - Next topic

Ben321

I wish that GoAsm had a way to output raw binary files for writing portions of code that would then be run by other software (launchers) or for patches that would be manually applied to object files or executable via a hex editor.

zedd151

Quote from: Ben321 on December 06, 2024, 09:58:14 AM... portions of code that would then be run by other software (launchers) or for patches that would be manually applied to object files or executable via a hex editor.
I am not sure exactly what you mean. Could you elaborate?

jj2007

I can't help you with GoAsm, but I am pretty sure it can use the Windows API functions CreateFile, WriteFile and CloseHandle.

TimoVJL

objects files have all needed things for raw binary, if needed.
with PEview is possible look at object file.
PEview version 0.9.9
May the source be with you

Vortex

#4
Hi Ben321,

You can use objdump to extract binary code from object modules :

https://masm32.com/board/index.php?topic=8463.0