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.
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?
I can't help you with GoAsm, but I am pretty sure it can use the Windows API functions CreateFile, WriteFile and CloseHandle.
objects files have all needed things for raw binary, if needed.
with PEview is possible look at object file.
PEview version 0.9.9 (http://wjradburn.com/software/)
Hi Ben321,
You can use objdump to extract binary code from object modules :
https://masm32.com/board/index.php?topic=8463.0 (https://masm32.com/board/index.php?topic=8463.0)