Jump to content

Damnation

Member
  • Posts

    831
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Damnation

  1. I've discovered a workaround, I can boot into XP if I connect the hub to one of the 2 USB 2.0 ports next to the 2.5gbe ethernet port. not the most ideal solution, but it's something. I'd still prefer to find the cause of this BSOD though. @Mov AX, 0xDEAD So I'm assuming I don't need to hex edit kd_02_10ec.dll at all? - just rename to kdnet10.dll? and I get kdstub.dll off of your github?
  2. @Mov AX, 0xDEAD OK, so I copy and rename kd_02_10ec.dll to kdstub.dll/kdnet10.dll from windows 10 32bit over to my XP install. Do I need to do any other hex edits to these files for them to work correctly? or they should just work?
  3. Hi @Mov AX, 0xDEAD On my new AMD B550 build I've come across a scenario where if I have a Powered USB 3.0 hub connected at boot, it causes a 0x50 dump_ntoskrn8.sys BSOD before reaching the desktop. Would you be willing to help me debug this? If so, can I have the realtek version of your KDNET to help with debugging this?
  4. @Mov AX, 0xDEAD is there anyway we could motivate you to help us with getting this working?
  5. @Mov AX, 0xDEAD Have you made any progress with getting NDIS6 working on your end? I'm more than willing to help if you want.
  6. @K-BOX2022 try downloading the last AMD drivers for XP (14.04 I think?) and adding the hardware ID to the INF file, see if that works.
  7. @George King @Dietmar For that to work I would need an ndis.lib from Vista beta 5048 DDK - Vista RTM ndis.lib is different again. Only way to extend functionality of Vista beta 5048 ndis.sys is with direct hex edit.
  8. @Mov AX, 0xDEAD are you able to help us get this working?
  9. @thomasxxx You mentioned you have the HDD drive inside a USB Caddy? if so then you're not using an AHCI driver but are using the USB Mass Storage driver instead.
  10. very true.
  11. @Mov AX, 0xDEAD are you willing to help? or not interested?
  12. @Dietmar I'm out of ideas for now. I'll come back to this later. If you discover something else that you think might help with this let me know. Thanks for all the help!
  13. @Dietmar Please double check that it's not ntoskrn8.sys again - I see PDB symbols are not loaded for it.
  14. @Dietmar Thanks for all the help with debugging Dietmar! I really appreciate it. https://ufile.io/vhdgq4uy
  15. @Dietmar OK, lets try this one - sorry it's not ufile.io - it's down for me right now. https://anonfiles.com/Hc1fR7n4y6/ndis6_fordietmar_8jun2022_5_7z edit: ufile is back https://ufile.io/69oe56vn
  16. @Dietmar can you load the PDB symbols for ntoskrn8? last time it was has that changed?
  17. @Dietmar OK, try this one. https://ufile.io/nuiwxdd6
  18. @Dietmar I think KeAllocateCalloutStackEx is the cause, let me try something.
  19. @Dietmar OK, I changed security_cookie in those files https://ufile.io/072ifs98 hopefully this yields results!
  20. @Dietmar I just remembered something! I did not update the security_cookie in ndis/netio/msrpc.sys IIRC This might be the cause of the 7F BSOD Give me a few minutes to patch them.
  21. @Dietmar I've never heard of it. Although If I want to patched imports I can already use CFF Explorer or PEMaker 0.8.2 for that.
  22. @Dietmar This was with the most recent version? If it's in an infinite loop, I guess I'll stop working on this for now. Unless you or @Mov AX, 0xDEAD have some ideas for where to go from here?
  23. @Dietmar I made some changes to SeQueryInformationToken https://ufile.io/q1o3tltj please test this one.
  24. @Dietmar is this happening in SeQueryInformationToken_inject? or somewhere else?
  25. @Dietmar I implemented SeCaptureSubjectContextEx and SeAccessCheckFromState in assembly in this version https://ufile.io/8sapwobp please test. If this still doesn't work I'll do the same for NtTraceControl and NtQuerySystemInformationEx
×
×
  • Create New...