![]() |
|
|
|
#1
|
|||
|
|||
|
Hello ntwizard!
I've asked some my friend to tell me, but haven't got answer, what is the difference betwin "Checked" and simple versions of Symbols for OS? |
|
#2
|
|||
|
|||
|
@Sky:
"Checked" symbols can only be used on a "checked" OS. A "checked" OS version is more fault tolerant than the "free" versions. This is done by stack checking, by using the EBP stack frame to access parameters in all APIs and some other stuff. This makes the OS a bit slower (it is said that it's 5% slower), but helps you with application and driver development a lot since you can easily locate errors. The "checked" Windows builds are only available for MSDN subscribers and only in English. You need special service packs, updates and debug symbols for them, since all code and data is located at different memory locations. Even if you are a cracker and use a debugger frequently, you still don't need a "checked" build of you OS, since it helps you not or only a bit, depending from what you want to do. Last edited by Kerlingen; 01-19-2005 at 22:18. |
|
#3
|
|||
|
|||
|
Hello,
I used it when I worked at Intel to help find memory leaks, bad code and finally to optimize my application. This was also good in helping us debug the hardware/software device drivers.. Also I have now finished the upload of the SDK and DDK. Does anyone want me to uplaod any of the other Windows XP/2003 versions?
Last edited by ntwizard; 01-19-2005 at 23:51. |
|
#4
|
|||
|
|||
|
It would be realy great if you could upload the XP Pro 64 AMD checked (or free)
Last edited by Cobi; 01-20-2005 at 02:35. |
|
#5
|
|||
|
|||
|
OK I'll start uploading it today..
|
|
#6
|
|||
|
|||
|
All Done. get it at your leisure.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trial versions | dgoiko | General Discussion | 1 | 08-02-2011 18:49 |
| SoftICE Versions | Xet | General Discussion | 14 | 12-10-2003 09:04 |