Click here to Skip to main content
15,892,059 members

Toby Opferman - Professional Profile



Summary

    Blog RSS
90,329
Author
810
Authority
510
Debator
10
Editor
20
Organiser
1,371
Participant
0
Enquirer
Toby Opferman has worked in just about all aspects of Windows development including applications, services and drivers.

He has also played a variety of roles professionally on a wide range of projects. This has included pure researching roles, architect roles and developer roles. He also was also solely responsible for debugging traps and blue screens for a number of years.

Previously of Citrix Systems he is very experienced in the area of Terminal Services. He currently works on Operating Systems and low level architecture at Intel.

He has started a youtube channel called "Checksum Error" that focuses on software.
https://www.youtube.com/channel/UCMN9q8DbU0dnllWpVRvn7Cw

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralRe: Leave me a message Pin
nkpunk20-May-06 15:14
nkpunk20-May-06 15:14 
QuestionNeed your Help Pin
djborse10-Jul-08 1:52
djborse10-Jul-08 1:52 
QuestionWill your tutorial help me? :-) Pin
SparkyNZ18-May-06 21:07
SparkyNZ18-May-06 21:07 
AnswerRe: Will your tutorial help me? :-) Pin
Toby Opferman18-May-06 21:59
Toby Opferman18-May-06 21:59 
GeneralRe: Will your tutorial help me? :-) Pin
SparkyNZ19-May-06 19:40
SparkyNZ19-May-06 19:40 
GeneralRe: Leave me a message Pin
nkpunk6-Jul-06 17:15
nkpunk6-Jul-06 17:15 
Generaldebugging on win9x Pin
fufu19798-Aug-06 9:15
fufu19798-Aug-06 9:15 
GeneralRe: debugging on win9x Pin
Toby Opferman8-Aug-06 10:32
Toby Opferman8-Aug-06 10:32 
Windows 9x isn't the best platform to be debugging. The last time I checked a few years back, the WINDBG from MSDN actually worked you just had to copy it over (the install wouldn't work directly on the machine). It wasn't perfect, but you could at least set some break points and do some stepping of code. Some of it was slow though and you couldn't force a break in. The debug APIs are mostly the same so that's how the debugger can still at least do some control, but some extensions most likley won't work if they are looking for specific NT memory locations.

You can also try SoftICE for 9x, used to work pretty good as well as there is a debugger you can download from Microsoft for Windows 9x/ME but it does require a seperate machine as it is a kernel debugger. You may also want to try to find turbo debugger for windows or another free debugger somewhere, maybe ollydebug would work? Try http://programmerstools.org/[^] but I've been luckly and in recent years it's been rare that I have had to debug Windows 9x and the last time I even did was a few years back. All this stuff is on NT. I'm so spoiled now adays I shutter at just debugging a 2000 machine and that's still light years ahead of Windows 9x debugging!

Microsoft Vistual Studio 6.0 also had a debugger you could use in Windows 9x and seemed to work well, but it is kind of a heavy weight application to be installing on a test machien to debug, but it should also work for you.



8bc7c0ec02c0e404c0cc0680f7018827ebee

GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 4:32
Aeneas3213-Aug-06 4:32 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 7:05
Toby Opferman13-Aug-06 7:05 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 7:27
Aeneas3213-Aug-06 7:27 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 7:56
Toby Opferman13-Aug-06 7:56 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 8:11
Aeneas3213-Aug-06 8:11 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 8:33
Toby Opferman13-Aug-06 8:33 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 8:59
Aeneas3213-Aug-06 8:59 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 9:23
Toby Opferman13-Aug-06 9:23 
GeneralRe: Compiler Recommendation Pin
Aeneas3216-Aug-06 21:23
Aeneas3216-Aug-06 21:23 
QuestionHello. Please check this out. [modified] Pin
[Bit]Will24-Nov-06 14:52
[Bit]Will24-Nov-06 14:52 
AnswerRun EXE From Driver Using ZwCreateFile Pin
patelj8-Dec-06 9:14
patelj8-Dec-06 9:14 
GeneralRe: Leave me a message Pin
mahesh kumar s1-Dec-06 4:20
mahesh kumar s1-Dec-06 4:20 
QuestionKeyboard Device Driver Pin
Willian Tell16-May-07 7:16
Willian Tell16-May-07 7:16 
QuestionRe: Leave me a message Pin
TheSane27-Oct-07 10:28
TheSane27-Oct-07 10:28 
AnswerRe: Modem restart Pin
sabarin_wipro24-May-08 8:59
sabarin_wipro24-May-08 8:59 
GeneralRe: Leave me a message Pin
nickpoole18-Sep-08 15:46
nickpoole18-Sep-08 15:46 
GeneralRe: Leave me a message Pin
reza matinnejad14-Feb-09 1:16
reza matinnejad14-Feb-09 1:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.