Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   how to compile windows NT4/2000? (https://forum.exetools.com/showthread.php?t=5184)

jonwil 08-31-2004 22:18

how to compile windows NT4/2000?
 
Does anyone know how to compile the Windows NT4 or 2000 leaked source code?

0KRam 08-31-2004 22:38

I don't think you can compile it by yourself.
First, that code is not complete.
Second, probably micro***t has his own compiler..

thewhiz 08-31-2004 22:39

Code...
 
In order to compile the code you will need to reconstruct a lot of missing libraries and header files. This is strictly a subset of code and basically exists for informational purposes only. You can gather more from reading the code than you likely could from compiling it, given you already have a version of the executable running on your machine.

Further, this code was not leaked from Microsoft, but one of their partners and as such is not "stock" Microsoft code.

matt 09-01-2004 22:34

Most of the parts of nt4 could be compiled.

Cheer ~

WhoCares 09-01-2004 22:52

mission impossible

willcodeforfood 09-02-2004 04:41

Better then MS source
 
If you would like to play with/learn about how Windows NT/2K works and are put together, you should check out:
Reactos
These guys are building a binary compatible NT operating system from the ground up. An amazing amount of it is already in place inluding most of the low leve kernel support. Best of all, its an open source project.
Although it is not the source code to Windows, I have used it to determine how functions 'probably' work with great success.

WCFF

goggles99 09-02-2004 05:11

WINE anyone?
 
I would take a good look at WINE.
They are much farther along then Reactos...

willcodeforfood 09-02-2004 11:07

Reactos and Wine
 
Quote:

Originally Posted by goggles99
I would take a good look at WINE.
They are much farther along then Reactos...

Actually, much of the high level implementation (e.g. Above GDI) is shared between the Wine and Reactos projects. There are programmers on both projects that make sure changes are sync as Reactos is providing Wine with greatly enhanced low level compatiblity and Wine is providing a complete GUI layer for Reactos to run apps and their explorer shell.

The most interesting part of Reactos is the binary interface duplication all the way into the kernel level. Where wine calls linux/un*x system calls, essentially emulating a function, Reactos has built the exact same substrate within which all their code lies. Due to the API restrictions, much of the functional guts of the functions (esp, API functions) tend to match closely to Microsoft's code (per the DDK samples). The main differences has to do with side effects that Reactos must find to duplicate, which should not be relied on in the first place.

WCFF ;)

sumeru 09-02-2004 22:08

I don't think it will work
 
AFAIK��The leaking code is not complete yet.

When the code leaked, I got it from net and check it rough.

It's obviously the leaking code is just a piece of the whole project.

BTW: Some shell App can compiled.

liaisons_ 09-05-2004 10:30

Some more information on the source code is available from AndreaGeddon @ RET -- http://www.reteam.org/papers/e52.pdf

I've *some* of this paper and its really good. Enjoy!


All times are GMT +8. The time now is 10:23.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX