Jump to content

jumper

Member
  • Posts

    1,935
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. 512*1024=524288
  2. Store all files in a Zip archive without any compression. Then process/view as one megafile.
  3. 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.
  4. That's the quote I was responding to.
  5. > 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!
  6. Downloaded to my phone okay. I'll try it as soon it's transferred to Windows.
  7. Those ExcludeFromKnownDlls entries are corrupt! Oops, it was just Opera Mini splitting the text very poorly.
  8. The florescent backlighting in lcd displays has a slightly reduced visual light spectrum, however all "full color" display types produce blue light very well.
  9. 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.
  10. > [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.
  11. > 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.
  12. 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!
  13. No Windows key, just [Alt+]PrintScreen. Paste from Clipboard into any app. Works the same in 9x and NT.
  14. With the printers connected and turned on, reboot Win10 to purge the incorrectly cached printer configuration.
  15. 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.
  16. What are the single-core/hyperthread XP scores with 77, 81, and 82?
  17. I use MiniSnap and Procwin 1.6 to get details for the libraries loaded by a process. Also Taskinfo2000 2.1. By profile I mean a compatibility mode enhanced to include other module options plus its own KnownDLLs module redirection set. Kexstubs also supports api forwarding to other libraries.
  18. I have a large set of Msvc*.dll files in a MSVC subfolder of %windir%\Kernelex. This redirects Msvcrt.dll only when Kernelex is enabled: <tt> REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Kernelex\KnownDLLs] "MSVCRT"="MSVC\MSVCR80.DLL" </tt> I'm working on implementing per-profile redirection.
  19. No version of Msvcr70.dll ever exported _vsnprintf_s, so this is a typo or a file has been hacked. Should be Msvcr80.dll or higher, or Msvcrt.dll from Vista (ver 7.0) or later.
  20. 800 = 266 x 3, so 333 is an overclock unless 800 = 400 x 2 in which case it's less of an underclock!
  21. Easy ways to regain hard disk space: 1) Reduce Recycle Bin to 1% or none in Right-click->Properties 2) Disable Virtual Memory or specify your own settings 3) DriveSpace if FAT16
  22. If you didn't change a fsb jumper, new cpu is probably running at old speed.
  23. Please embed or attach the image so it can be viewed without the phishing.
  24. What are the system requirements? XP and SSE?
  25. Supported in 4.5.2+ What do you mean by "does not work"?
×
×
  • Create New...