Jump to content

roytam1

Member
  • Posts

    3,849
  • Joined

  • Last visited

  • Days Won

    453
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. Russians have a patched 6.16 that works
  2. I'd rather use genuine MS EDITBIN /REBASE tool to rebase DLL into new address.
  3. And news on One-Core-API binaries?
  4. You actually needs Firefox with WhatsApp Web only.
  5. Have you tried this? http://support.lenovo.com/us/en/products/laptops-and-netbooks/lenovo-g-series-laptops/lenovo-g560-notebook/downloads/ds010987
  6. Does that PC has SSE and with SSE driver installed? I can't remove SSE dependency from QtWebKit.
  7. what about writing your own schannel.dll like ReactOS did? (You may help finishing up ReactOS schannel.dll+mbedtls.dll for use in XP/2003)
  8. Thanks, besides the UI font is different from system UI font, it is somewhat working.
  9. roytam1

    XomPie

    anyone tried this on palemoon 27?
  10. roytam1

    XomPie

    anyone tried this on palemoon 27 beta 3? http://www.palemoon.org/WIP/
  11. seems to be Hard Disk failure, grab a recovery environment disk/stick and boot from it and check disk status(SMART, chkdsk) first.
  12. If your CPU has SSE(for NT4, you'll need a SSE kernel driver as well http://x.rths.cf/nt4sse.zip), you can use my QtWeb NT4 port. https://code.google.com/archive/p/qtweb/issues/182#c2
  13. 0x80070002 is HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND), i.e. The system cannot find the file specified. So it tries to find a file when CoGetInterceptor* is executed and it failed.
  14. https://dxr.mozilla.org/mozilla-central/source/ipc/mscom/Interceptor.cpp#99 https://bugzilla.mozilla.org/show_bug.cgi?id=1263224
  15. That is "G" not "D". "G" means "Game Fix" which does not have some newer API exports so it will not confuse some games.
  16. This may help: http://kb.mozillazine.org/Security.tls.version.* https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.15.1_release_notes
  17. grab it here: http://w2k.flxsrv.org/wlu/wlu.htm
  18. Yes chrome 44 is last version that supports NPAPI. for sites, grab User Agent Switcher to workaround it. https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg
  19. There is also Blink based 360 browser. chrome.360.cn
  20. Since Opera is sold to Chinese Qihoo 360, which is unsafe to users, I think SRWare Iron is a better choice than Opera.
  21. Since I don't like double extraction, my modified update packages will continue to use SFXCAB.
  22. I added Win2000 style installer icon to SFXCAB-6.2.29. To change icon: Before modifying, note down the file size of sfxcab.exe and convert it to little ending hex (a). (i.e.: 40,448 bytes => 9E00h => 00 9E) After modified with resource editor, note down the new file size of sfxcab.exe and convert it to little ending hex (b). Open sfxcab.exe with hex editor, find the "(a) 00 80" sequence (i.e. "00 9E 00 80"), and it should only have 1 occurrence. Change (a) with (b) and then save. Recalculate PE checksum with PEChecksum. To use: copy /b sfxcab.exe+yourcab.cab yourcab.exe To autorun: Open cab with hex editor before "copy /b", change "20"(hex) to "60"(hex) just before the filename you desired to autorun after extraction. File: https://mega.nz/#!2JVQgBLS!9Xe9kQk6WVA_ubfGLcaaSsHcjmpM4t-UoR0qhkRbxkk
×
×
  • Create New...