Search:

Type: Posts; User: maggotboy

Page 1 of 5 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    31
    Views
    25,836

    I had a quick read through one of the documents...

    I had a quick read through one of the documents discussing various sniffing techniques. All the techniques for detecting a NIC in promiscuous mode had one thing in common ...

    They all had to send...
  2. Replies
    16
    Views
    12,101

    Semaphores and mutexes

    Mutexes are used to restrict access by multiple threads to a single resource. Mutexes are mutual-exclusive locks. If one thread owns the lock, then another thread must wait until the lock is...
  3. Replies
    1
    Views
    3,210

    Re: Hey MaggotBoy .....

    I've been pretty busy lately, and haven't really had much time to spend on the boards. I must say I was rather taken aback by the massive response to the sniffer code! I wish I had more free time...
  4. Replies
    33
    Views
    41,919

    Sticky: 20,000 users being banned would undoubtedly...

    20,000 users being banned would undoubtedly generate several more thousand players quitting in protest, followed by untold thousands of people who would've signed up but decided not to after the...
  5. I'm back from the Thanksgiving holidays, so I'm...

    I'm back from the Thanksgiving holidays, so I'm getting caught up on the threads and will be posting ASAP.

    Maggotboy
  6. Replies
    8
    Views
    6,026

    Blackjack -- these warnings are nothing to worry...

    Blackjack -- these warnings are nothing to worry about. They stem from a compiler option you forgot to turn off called "Check for 64-bit compatibility" or somesuch thing. It simply alerts you to...
  7. Replies
    342
    Views
    296,371

    Wolf208 -- are you sure you're not doing what...

    Wolf208 -- are you sure you're not doing what many have done, and calling the HookProc from RUNDLL32 instead of InstallHook?

    Maggotboy
  8. Replies
    80
    Views
    55,022

    I'll install the DDK from my MSDN Universal...

    I'll install the DDK from my MSDN Universal subscription and have a look at the samples. Ideally, I'd like to start a timer in kernel mode to read the memory location, which would allow the original...
  9. Replies
    80
    Views
    55,022

    Lets have a look at it! Maggotboy

    Lets have a look at it!

    Maggotboy
  10. Replies
    136
    Views
    102,503

    Re: XP issues

    When you renamed the InstallHook, HookProc and ReleaseHook functions, did you call HookProc "pcpnote" ? If so, this would cause your crash -- you must use InstallHook in the RUNDLL32 cmdline (or the...
  11. Replies
    13
    Views
    9,434

    I think my V1 sniffer code was my 4th or 5th post...

    I think my V1 sniffer code was my 4th or 5th post to the board :)
  12. Re: Maggotboy

    This is telling ... it tells me your calling rundll32.exe test2.dll,HookProc instead of rundll32.exe test2.dll,InstallHook

    You'll get immediate exception errors if you call HookProc from RUNDLL32!...
  13. Replies
    342
    Views
    296,371

    What port are you telling SEQ to listen on? ...

    What port are you telling SEQ to listen on?

    Maggotboy
  14. So far, the most frequent problems in the V1 and...

    So far, the most frequent problems in the V1 and V2 code have been:

    RUNDLL32 doesn't unload. Supposedly solved in V1.4 and V2.05
    EQ crashes right after a keypress. Unresolved, make sure you're...
  15. Replies
    8
    Views
    6,026

    Thread for compile problems with V1 or V2

    There's nearly 300 posts on the V1 and V2 code, so sifting through it all is both tiring and annoying ... thus I'm breaking out the most frequent problems into new threads. One for compile problems,...
  16. Thread for those crashing using the V1 or V2 sniffers ...

    It's too confusing to sort through the 200+ posts trying to figure out if your crash matches someone else's, so I thought I'd start a new thread for those people who're crashing in an attempt to...
  17. Replies
    342
    Views
    296,371

    fooo -- hehe, aye... I'm an independent software...

    fooo -- hehe, aye... I'm an independent software developer, and for what I do, its worth the 2k/yr to have the Universal subscription.

    However, you don't need it to download the platform sdk. ...
  18. Replies
    342
    Views
    296,371

    Mongo222 - which issue ... the LCC compiling...

    Mongo222 - which issue ... the LCC compiling issue, the not sending SEQ a key issue or the crash on keypress issue?

    LCC: I've never used it, and since other people are, I would rather leave this...
  19. Replies
    80
    Views
    55,022

    Not at all, Sodom. To hook into explorer.exe you...

    Not at all, Sodom. To hook into explorer.exe you use the same SetWindowsHookEx() method that I used to hook into the EQ game in my previos sniffer techniques.

    You set the hook globally, which...
  20. Replies
    0
    Views
    1,939

    2 more ideas for sniffers

    Variety is the spice of life, and the more sniffers there are, and the broader the techniques, the better off we'll all be.

    Using the demo code from the Microsoft Platform SDK, I'm working on a...
  21. Replies
    342
    Views
    296,371

    cmore -- make sure the eqsniffer2.cpp file is the...

    cmore -- make sure the eqsniffer2.cpp file is the only .c or .cpp file in the project. The linker is telling you more than one DllMain is declared somewhere, which means you probably forgot to take...
  22. Replies
    136
    Views
    102,503

    Revved the code to 1.4 to fix a bug in my call to...

    Revved the code to 1.4 to fix a bug in my call to GetTempFileName() which is more than likely (I am sure) causing the RUNDLL32 not unloading problem.

    Maggotboy
  23. Replies
    342
    Views
    296,371

    Maggotboy gets a RTSM (Read The Stinking Manual...

    Maggotboy gets a RTSM (Read The Stinking Manual for those of us who don't swear) for this blunder with the event handle ...

    Thanks to Raelik and a quick look at GetTempFileName, I'm not supposed...
  24. Replies
    342
    Views
    296,371

    Ok, that's enlightening, Raelik! Creating...

    Ok, that's enlightening, Raelik!

    Creating event handle "" -- this means the name didn't take for some reason. I call GetTempFileName(), perhaps this function is failing somehow.

    This would...
  25. Replies
    342
    Views
    296,371

    Unfortunately, I have limited environments from...

    Unfortunately, I have limited environments from which to test here ... I would love to solve the unhooking problem first. I'm sure its related to some of the crashes people have been seeing, and...
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4