View Single Post
  #1  
Old 10-08-2004, 06:20
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,837
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Free Windows C compiler and API documentation

Hi guys,

Just wanted to provide the technical people with some links to useful information:

- For a free Windows C/C++ compiler, grab MinGW from http://www.mingw.org/ . It is light weight and it can compile native 32-bit Windows executables. (I use it for small console programs, Unix-style pipe stages.) Unlike CygWin, which uses a custom DLL, it uses the Microsoft Visual C++ run-time library, available at http://support.microsoft.com/default...b;en-us;259403 .

- For a documentation of the Win32 API, see the "Windows API documentation" at http://www.mingw.org/docs.shtml#win32api . It's a 13 Megabyte HLP file, a nice programming reference. Also, you can see the definition of Windows-related API functions and data structures in the header files in the INCLUDE subdirectory of the installed MinGW.

- And, of course, for an excellent hexa editor and disassembler, grab Hacker's View from http://www.serje.net/sen , but you already knew that!

These packages helped me a lot with finding out stuff in Windows executables and hacking them.

Joe

P.S.: Sorry, if this is off-topic! (I guess, not...)
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
Sponsored Links