Category Archives: system

Gotcha. IIS reset pwd for IUSR_

    pwd for IUSR_<MACHINE> turns out to be the first thing to check when troubleshoot IIS 6.0 problem. This id is used for running as anonymous id, pwd has to be synced in IIS and OS level. I learned … Continue reading

Posted in system | Leave a comment

EBP ESP in x86

  Raymond  draws a clear diagram showing how function call in x86 is done.   http://blogs.msdn.com/oldnewthing/archive/2004/01/16/59415.aspx   note === register ESP: Extened Stack Pointer. push, pop,call, ret uses this register. register EBP: Frame Pointer. It is used to access any … Continue reading

Posted in system | Leave a comment