Re: Debug.exe for win32
From: Al Leitch (al_leitch_at_3*&yahoo.com)
Date: 09/07/04
- Next message: Al Leitch: "Re: Debug.exe for win32"
- Previous message: Beyond2000!: "Re: I think i finally got a definition of an Assembler!"
- In reply to: Robert: "Debug.exe for win32"
- Next in thread: Eric P.: "Re: Debug.exe for win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 06 Sep 2004 23:21:29 -0700
You could put together a Win32 asm CD. You could load it up with MASM32,
various tutorials, tools and etc. Even OllyDebug, IDA and the well known
Windows Dissasembler while yer at it :-)
If the computer you are currently at disallows access to both floppy and
CD-ROM drives, you could get some FTP/HTTP storage space on the web
and upload the most important utilities from this self-made toolkit,
assuming the space is limited.
Robert wrote:
> Greetings everyone,
>
> Is it possible to work with debug.exe (which comes with every MS os
> that I know of) to create win32 programs? I know that debug.exe is
> limited to creating 64k com files, and that windows programs probably
> need this much for their headers and such. Still, I was wondering if
> there was a way to use debug.exe to cut apart the important headers
> off of existing win32 files, and use them as the headers for your
> programs that you build with debug.exe
>
> I'd like to be able to sit down at any MS-OS and start writing
> programs. There aren't any default C/C++ compilers in these OS's like
> there are in Unix unfortunately. I don't know if there is some
> default preinstalled compiler/assembler that will natively compile
> win32 code on a Win32 platform. Thank you for any help you can
> provide. If this is the wrong newsgroup, please point me to the
> correct one. Thank you.
- Next message: Al Leitch: "Re: Debug.exe for win32"
- Previous message: Beyond2000!: "Re: I think i finally got a definition of an Assembler!"
- In reply to: Robert: "Debug.exe for win32"
- Next in thread: Eric P.: "Re: Debug.exe for win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|