VOGONS

Common searches


Search results

Display options

Re: Dune "HERAD" Ad Lib Music Hacking

in DOS
Here's the exe. If it exists, I would love to take a look at the source code and make some mods like enabling loops. Jepael seems to be offline for some years now, i send him a PM - the exe is compiled with some Turbo Pascal compiler and the user code seems to be not that huge but original source …

Re: Dune "HERAD" Ad Lib Music Hacking

in DOS
Sorry for the necropost but I've been getting back into more HERAD research, now that I'm starting to get a little more familiar with x86 assembly. I found my older disassembly files from 2017 for MegaRace's HERAD drivers, cleaned them up a bit and uploaded the commented code on Github. DFADP is …

Re: MS-DOS 4.00 is now open source

Jo22 wrote on 2024-04-30, 13:58: About the compilation issue. There's a commenter in the YouTube comment section who says he got it working by fixing the paths (setenv.bat?) I'll atrach the quote here once I'm at home. this one seems to work: https://www.youtube.com/watch?v=X7r76V_gWQ8

Re: MS-DOS 4.00 is now open source

So it seems that they included (parts of) Microsoft C and Macro Assembler... does that mean that they are freeware? Did they released as complete free products before? its seems to be a more or less full lib/includes/exe install of MSC 5.1 and MASM 5.1 - binary identical with some extra executables …

Re: Looking for help with analyzing disassembled code->

in Milliways
Also, how I am going to figure out the application code if I don't know what C function's they're calling or what part of the binary is application code? all functions that are labled by IDA as 'Attributes: library function' are library functions - all function called by these are implementation …

Re: Looking for help with analyzing disassembled code->

in Milliways
I think I understand now. My copy of stat.h refers to "System V" so dtoxmode basically converts between MS-DOS file attributes and Unix/Linux (POSIX?) file attributes and has to refer to the .bat, .com and .exe extensions because MS-DOS doesn't have an "executable" attribute like Linux/Unix (POSIX …

Re: Looking for help with analyzing disassembled code->

in Milliways
Are you saying dtoxmode refers to that particular data? dtoxmode referes to some string with file extensions No, I am not looking for file interaction per se, I just wanted to know what dtoxmode does. jmarsh got the answer most of the std clib functions are wrappers or mappers for DOS details into …

Re: Looking for help with analyzing disassembled code->

in Milliways
I found a reference in the IDAPro assembly code to a function called "dtoxmode" but I can't find any information about it online. Has anyone ever heard of it? The assembly code in question is attached a post by llm in this thread. the game is compiled with Microsoft C 5.1 (according to IDA Pro and …

Re: Looking for help with analyzing disassembled code->

in Milliways
@llm: I have gotten around to looking at the disassembled code you generated with IDAPro, it's a great help! I have made a lot of progress figuring out all that assembly code. Thank you! :-) ...and you didn't felt the magic of using the interactive disassembler itself - only the boring dead results …

Page 1 of 14