Jump to content

jumper

Member
  • Posts

    1,944
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. What are Msvcrt10 and Msvcrt19?
  2. > The library has these strings within which are referenced to Msvcrt. Completely incorrect, thus invalidating subsequent analysis. Notepad is not an appropriate tool for interpreting PE files. _getdrives is the one and only import from Msvcrt. DependencyWalker correctly reports this. Kernelex users should be using Msvcrt 6.10.9848. Let Kernelex provide additional API support for best results.
  3. I don't have any Microsoft Internet games on my Windows XP system to examine. What are they and is this checkers program downloadable?
  4. Ring or touch-tone sounds? The internal speaker is mono and often just an atonal surface-mounted buzzer.
  5. Clean of any foreign objects, including inside all slots and sockets. Moths like crevasses. Plug in cooling fans.
  6. LsaRemoveAccountRights added to Kexbases.25.
  7. Win98fe on Mitac 6133 laptop for light work, simple games, and software development and testing.
  8. If you still use any non-NT version of Windows, post once here about it. One post per member so number of replies is also the head count. New members welcome! Edit your post throughout the year with updates. Topic will be locked at next New Year!
  9. "kex\\..\\" is a comment for debugging and a future uninstaller that evaluates to nothing. Apply API-MS-Win.reg file if you need KernelEx to support Win7 API sets. Add additional lines as needed. Do not use API set dll's directly. Thanks for continuing to push the envelope!
  10. 512*1024=524288
  11. Store all files in a Zip archive without any compression. Then process/view as one megafile.
  12. I think you right-click on GetThreadId to change the name. Try LocalUnlock; like GetThreadId, it takes one parameter, then returns zero and sets the LastError upon failure.
  13. That's the quote I was responding to.
  14. > the name must be of equal or lesser length Even-lengthed names can often be extended by three. Only one zero byte is needed to terminate, not the up to four including WORD padding byte and following zeroed WORD hint. And odd-lengthed names by two (no padding byte). Some linkers have already zeroed following hints and used them for termination. In this case and when there is no following hint, evens only get one extra char. When no following, odds get none. Some other exceptions also exist, so always test carefully and thoroughly!
  15. Downloaded to my phone okay. I'll try it as soon it's transferred to Windows.
  16. Those ExcludeFromKnownDlls entries are corrupt! Oops, it was just Opera Mini splitting the text very poorly.
  17. The florescent backlighting in lcd displays has a slightly reduced visual light spectrum, however all "full color" display types produce blue light very well.
  18. The question marks indicate that no memory is mapped at that address or it is otherwise not readable. ntdll!RtlpWaitOrTimerCallout+0x73 0x73 bytes into this function is the next instruction after a CALL instruction. Its address is the return address pushed onto the stack by the CALL. IP = instruction pointer 077444f6 seems to be the callback address of the executable code for an event handler. It was probably in a DLL that was prematurely unloaded.
  19. > [M]iniSnap makes a slight error in the version naming of Depends.dll Good catch. Working on it.... What modes are Depends.exe and Mplayer2.exe set to? Try using the same setting on both.
  20. > it does not work unless I profile it with Dependency Walker - then it works. Use MiniSnap to capture a list of the module files loaded with/without DW, then compare them.
  21. Not "error" because Kstub823 is working correctly as designed and requesting guidance. Either of those definitions is very good. Well done! I'm working on the next version of KernelEx now. I'll use your definitions to add more stubs. Thank you!
  22. No Windows key, just [Alt+]PrintScreen. Paste from Clipboard into any app. Works the same in 9x and NT.
  23. With the printers connected and turned on, reboot Win10 to purge the incorrectly cached printer configuration.
  24. The drivers likely are multi-core on XP. Features not fully accelerated by the hardware are implemented in the drivers. Check the benchmark details for subtests with extra large result deviations. Until you test with the same drivers on XP as on 9x, you're comparing apples to an orange. The XP results are not yet relevant.
  25. What are the single-core/hyperthread XP scores with 77, 81, and 82?
×
×
  • Create New...