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. 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.
  2. 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.
  3. 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.
  4. 800 = 266 x 3, so 333 is an overclock unless 800 = 400 x 2 in which case it's less of an underclock!
  5. 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
  6. If you didn't change a fsb jumper, new cpu is probably running at old speed.
  7. Please embed or attach the image so it can be viewed without the phishing.
  8. What are the system requirements? XP and SSE?
  9. Supported in 4.5.2+ What do you mean by "does not work"?
  10. The crash is because unicode text is not executable code!
  11. They will be disabling that cypher next month. Disable it in your browser now to test whether Wikipedia will still work after they do.
  12. Vista. I did some work on the CV api's three years ago. Thanks!
  13. None of these dll and api substitutions are needed when using the latest KernelEx test files from the end of 2019.
  14. Great! Now Scandisk again....
  15. Probably not. Try deleting Avcodec-57.dll or replacing it by renaming an earlier version.
  16. Avcodec-57.dll initialization error (doesn't return).
  17. For drives less than 1GB, FAT16+Drivespace makes them bigger and faster.
  18. I don't think Scanbin checks hard-coded address references. These require *32.dll and *.exe to be a matched set from the same build. I recall seeing such references in an NT User32.dll some years ago.
  19. You can set ConservativeSwapfileUsage, put the swapfile on a ramdisk, or both.
  20. You really should be using versions of dlls that were released together and already match. Otherwise, early versions of ImportPatcher can update hints automatically. Binding the dlls is even better.
  21. Even with a USB mouse attached, the PS/2 trackpad is still active and apparently malfunctioning. In Device Manager > Mouse, disable PS/2 Compatible Mouse Port and reboot to disable the trackpad.
  22. Other googlebot UAs to try (and how YouTube violates Google anti-sniffing recommendations): https://webmasters.googleblog.com/2019/10/updating-user-agent-of-googlebot.html
  23. Explorer works just fine if you don't intentionally break it. End of discussion. DCFG1 is obsolete, use BASE instead. What definitions are you using in stubs.ini?
  24. Explorer.exe doesn't need kex, so set to disabled or Base at most. If extensions need kex, set them directly. Don't use 4.5.2 core.ini with any kex files for which an updated core.ini has been supplied. . = current folder .. = parent folder
×
×
  • Create New...