flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
baldr 15 Nov 2010, 22:04
Overflowz,
Those questions aren't outright dumb, yet you have to understand that explanation requires you to know some basics. Have you read some books about Windows architecture already? "Windows Internals", "Inside Microsoft Windows", anything about Windows I/O model? Some short answers: #1: Quite efficiently. ![]() #2: It is supposed to be loaded by OS. #3: Someone can, what you will do with all those driver/device objects, IRPs and such in that source? #4: I wish I can fly with a simple device (with simple driver, with simple code) too. If you're really interested, there are tutorials, articles and kits. |
|||
![]() |
|
Overflowz 15 Nov 2010, 22:22
Should I read those books first ?
|
|||
![]() |
|
baldr 15 Nov 2010, 22:36
Overflowz,
Four-F wrote good series of articles at wasm.ru about this. While those books aren't absolute necessity, you may find them informative. |
|||
![]() |
|
bitRAKE 16 Nov 2010, 03:06
Try http://www.osronline.com/ as well as Four-F series (very good).
|
|||
![]() |
|
Overflowz 16 Nov 2010, 10:14
Okay thanks. I'll read that
![]() |
|||
![]() |
|
Feryno 18 Nov 2010, 08:49
to run driver you have 2 choices
- let it to be loaded at boot (loaded through registry key) - load it on demand (requires calling only about 5 APIs, surely not more than 10, requires also admin privileges) - download samples from FASM download section, also scan forum for some samples if it should be for 32 bit |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.