About 566,000 results
Open links in new tab
  1. Where is the Windows Sourcecode located? - Stack Overflow

    Sep 22, 2019 · Edit: This is an old question, it blew up at the leak of the windows source code. But please note that using any unlicensed source code from Microsoft is illegal, as it is …

  2. What languages are Windows, Mac OS X and Linux written in?

    Feb 24, 2009 · The Windows API, the Windows kernel (both of these are in essence what an operating system is) are written in C. Years ago I was given some leaked code for both …

  3. Is it possible to "decompile" a Windows .exe? Or at least view the ...

    Nov 7, 2008 · With a debugger you can step through the program assembly interactively. With a disassembler, you can view the program assembly in more detail. With a decompiler, you can …

  4. How to get source code of a Windows executable? - Stack Overflow

    Apr 17, 2010 · I've got some old Windows executable files. How can I edit them with Visual Studio 2010? What are the ways to see an exe's source code?

  5. What is the best comment in source code you have ever …

    Closed 14 years ago. Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or …

  6. Is there an equivalent source command in Windows CMD as in …

    Nov 28, 2021 · I know that in the unix world, if you edit your .profile or .cshrc file, you can do a source ~/.profile or source ~/.cshrc to get the effect on your current session. If I changed …

  7. Hide c# windows application source code - Stack Overflow

    Feb 13, 2009 · I wrote a windows application using C# .Net 2.0 and i want to do something which hide the source code, so when any one use refactor tool can't see the source code. I used …

  8. Windows/C++: Is it possible to find the line of code where …

    1 Source code information isn't preserved in compiled C++ code, unlike in runtime-based metadata-aware languages (such as .NET or Java). The PDB file is a symbol index which can …

  9. Where can I find source code for Windows commands? [closed]

    2 Source code for some parts of Windows is open sourced. . NET for example. Other parts of the source code are available via various programs, described here. One program that I've used is …

  10. Can we see the source code for PowerShell cmdlets?

    I'm learning some PowerShell. Is it possible to see the source code for a built-in cmdlet like Get-ChildItem?