Click here to Skip to main content
15,900,511 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Local Network Problem Pin
anu817-Oct-07 19:21
anu817-Oct-07 19:21 
GeneralRe: Local Network Problem Pin
chandu0048-Oct-07 19:43
chandu0048-Oct-07 19:43 
AnswerRe: Local Network Problem Pin
chandu0048-Oct-07 19:53
chandu0048-Oct-07 19:53 
GeneralRe: Local Network Problem Pin
anu819-Oct-07 2:05
anu819-Oct-07 2:05 
QuestionRegistry access denied!! Pin
Dino2Dino4-Oct-07 13:27
Dino2Dino4-Oct-07 13:27 
AnswerRe: Registry access denied!! Pin
Jonathan [Darka]5-Oct-07 2:32
professionalJonathan [Darka]5-Oct-07 2:32 
QuestionCompress resource section for Win9x executables Pin
alex.lavoro.propio3-Oct-07 7:14
alex.lavoro.propio3-Oct-07 7:14 
QuestionEnumerate 16-bit "module databases" Pin
alex.lavoro.propio3-Oct-07 6:53
alex.lavoro.propio3-Oct-07 6:53 
Hello, everyone.

How to find the 16-bit counterpart "module database" of a 32-bit process on Windows 98?

According to Matt Pietrek in Windows 95 System Programming Secrets, Win16 keeps a copy of executable's header in a segment known as a module database. The selector of this segment is called an HMODULE. The closet equivalent to a Win16 module database is the header portion of a program's or DLL's PE file.

His book suggested a brute-force way to enumerate all module databases. It's implemented in a program called SHOW16:

"...examine every possible ring 3 LDT selector, looking for segments that are module databases. For each module database it finds, the code looks for the MODFLAGS_WIN32 flag at offset 0xC in the module database; if this flag is set, the code adds the module to the end of the window's list."

However, I don't have the source code of SHOW16 and I don't know how to enumerate all ring 3 LDT selectors.
Questionshort cut way to switch between two IP addresses in a single system. Pin
chandu0043-Oct-07 2:42
chandu0043-Oct-07 2:42 
AnswerRe: short cut way to switch between two IP addresses in a single system. Pin
Jerry Hammond5-Oct-07 3:48
Jerry Hammond5-Oct-07 3:48 
GeneralRe: short cut way to switch between two IP addresses in a single system. Pin
chandu0045-Oct-07 21:29
chandu0045-Oct-07 21:29 
GeneralRe: short cut way to switch between two IP addresses in a single system. Pin
Jerry Hammond6-Oct-07 8:19
Jerry Hammond6-Oct-07 8:19 
GeneralRe: short cut way to switch between two IP addresses in a single system. Pin
chandu0047-Oct-07 18:24
chandu0047-Oct-07 18:24 
QuestionLocalhost and 127.0.0.1 Pin
Vasudevan Deepak Kumar2-Oct-07 4:04
Vasudevan Deepak Kumar2-Oct-07 4:04 
AnswerRe: Localhost and 127.0.0.1 Pin
Koltz2-Oct-07 5:55
Koltz2-Oct-07 5:55 
AnswerRe: Localhost and 127.0.0.1 Pin
Jerry Hammond2-Oct-07 18:41
Jerry Hammond2-Oct-07 18:41 
GeneralOne more network question... [modified] Pin
james_dixon_200827-Sep-07 15:38
james_dixon_200827-Sep-07 15:38 
GeneralRe: One more network question... Pin
l a u r e n27-Sep-07 15:57
l a u r e n27-Sep-07 15:57 
GeneralRe: One more network question... Pin
I Have No Username27-Sep-07 15:57
I Have No Username27-Sep-07 15:57 
GeneralRe: One more network question... Pin
lost in transition 27-Sep-07 17:21
lost in transition 27-Sep-07 17:21 
GeneralRe: One more network question... Pin
Jerry Hammond28-Sep-07 16:21
Jerry Hammond28-Sep-07 16:21 
JokeRe: One more network question... Pin
Anton Afanasyev27-Sep-07 16:13
Anton Afanasyev27-Sep-07 16:13 
GeneralRe: One more network question... Pin
Jerry Hammond27-Sep-07 16:24
Jerry Hammond27-Sep-07 16:24 
GeneralRe: One more network question... Pin
PIEBALDconsult27-Sep-07 16:31
mvePIEBALDconsult27-Sep-07 16:31 
QuestionBatch file question Pin
Tad McClellan25-Sep-07 6:24
professionalTad McClellan25-Sep-07 6:24 

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.