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. It only works with 9.6 or the special build of 9.8 on the Proxomitron website. This feature is obsolete by almost ten years...I wouldn't bother.
  2. @cov3rt: Please edit your post to remove the quote, it's superfluous. TIA. Thanks! Yes, this package is still a collection of updated files to be copied over a standard 4.5.2 installation. While the 195KB package size is slightly smaller than the full 4.5.2 installer, once the six files are extracted you'll see that they are much larger than the originals they replace. This is because they contain some extra information to aid in debugging (in addition to all the new code).
  3. No screenshot is available. Find the original submit button and the second should be just to the right of or below it. If it's there, it'll be obvious. Update: the ReCAPTCHA demo at https://www.google.com/recaptcha/api2/demo doesn't have a hidden button, but also seems to have been fixed for the better in the last few months. It now works in SeaMonkey 2.0.14 (like FF3.6) with scripting disabled. Click in the proper check boxes, click Verify, copy the text that appears into the lower box, and click Submit. ->"Verification Success... Hooray!"
  4. @Kippykip: Thanks for the kexCOM bugfix alert. I added the PersistStream support fix to CShellLink::GetClassID and also to ::IsDirty (these two functions service multiple object types). I also added more robust parameter checking to all CShellLink functions (but they probably don't need it unless invoked from a buggy app!) And I also added a kexCOM version resource and debug strings. @MiKl: This is good news. Please post to the KEXT topic the details about the email fix and your kexstubs output logs for SeaMonkey and OpenOffice. @Aiko: Stay tuned--we'll need help with testing/bug reporting, debugging, and sometimes research on MSDN or with Google. KernelEx2016.16.7z 195KB KernelEx 4.5.2016.16 update contains files: * KernelEx.dll * kexbasen.dll * kexbases.dll * kexCOM.dll * sheet.dll * verify.exe and features: * multiple new PrintDlgW, PrintDlgExA, and PrintDlgExW versions in kexbasen * kexbasen.dll: 6 stubs moved to kexbases, 6 new forwards * kexbases.dll: 6 stubs moved to kexbasen, 118 new stubs, 2 FIXMEs moved to kexbasen ...(a FIXME is a partial implementation that needs more work) * kexCOM.dll: CShellLink fixes, Version resource, Debug strings * updated versioning in sheet.dll and verify.exe ---< more details soon >---
  5. There is sometimes a hidden, secondary submit button that will bypass the reCAPTCHA. Try View->Use Style->None to display hidden page elements. This trick got me through several job-related website registrations during the Fall. I think the problem is ECMAscript-related.
  6. Non-IE browsers that use the Trident engine just use whatever version is installed on your system. To get Trident 7 onto the system for them to use, you have to install IE11 first. You might be able to extract the files without installing IE11, but the Trident 7 files are highly unlikely to be able to run on Vista because of missing dependencies.
  7. We can modify GPU drivers, but we might not need to. It might be easier to solve the problem via API hooking. Whichever method is easier is more likely to be effected.
  8. The files should not be put in the global system32 folder! The readme says to put them in an app's local directory. This is because incompatible versions all use the same file name.
  9. Apps use an API to talk to the drivers; we can intercept those calls in user-space! Lot of work :yes: Impossible :no:
  10. If this proxy can be run on a secondary system on a user's local network, it could also offload the decryption work currently slowing down the cpu on older hardware and single-cpu OSes.
  11. My XP system for KernelEx development hasn't been rebooted for 25 months, but does hibernate much of the time. It is not Internet-connected, but has been used to watch a couple of DVD movies with VisualStudio still running in the background.
  12. The portable version of Opera 12.18 is giving me the follow error at startup, but has zero missing dependencies on Win 98se.
  13. "j" means "10", so "openssl-1.0.2j-i386-win32" is version 1.0.2.10. 1.10 hasn't been released yet on that page. When it is, it will be named something like "openssl-1.1.0-i386-win32" for v1.1.0.0 or "openssl-1.1.0a-i386-win32" for v1.1.0.1. All 1.0.2 versions should be API compatible with each other, but not with any upcoming 1.1.x versions.
  14. Oops, clicked on the wrong button (Dang IPB and FontAwesome!). How do I remove "Reputation" ? (-1 for MrMateczko) > which are simply impossible to run under 98SE no matter how much you KernelEx Nonsense! It's only code.
  15. steamcmd.exe runs on SE with KernelEx, needing help for only five functions: [KERNEL32.dll] HeapSetInformation= HeapQueryInformation= OpenThread= GetFileSizeEx= SetFilePointerEx= I don't know enough about STEAM to know if it "works" or not. It seems to be an updater, downloading an 8MB file for starters. I aborted the execution at: [2017-01-04 10:46:52] Downloading update (60 of 8,886 KB)...
  16. > FAULT ->0103cefe 8b01 mov eax,[ecx] ds:dddddddd=???????? The fault occurs in code at address 0103cefe, but the task list fails to report the address at which each module is loaded. Profiling in Depends should provide this info. Or check with a process viewer while the app is still loaded. From the stack back trace, it looks like ProcessIdToSessionId might have something to do with it.
  17. > The only issue I ran into is that Firefox 49 fails to run and throws up a Dr Watson error. Check the log file to see what module the error occurred in. Also Profile in Depends for a second opinion. And maybe Profile FF48 and compare.
  18. > "Fatal Error! Unable to load nga_w32.dll!" What do Depends and ImportPatcher have to say about it? DriverGuide has version 3.1r19 with nga_w32.dll here: http://www.driverguide.com/driver/detail.php?driverid=601071&action=filfo
  19. Bay Trail-M CPU, thus Bay Trail-M chipset.
  20. 0x00000485 ERROR_DLL_NOT_FOUND One of the library files needed to run this application cannot be found.
  21. Windows cannot possibly clear the target path / location of the folder! And it might help if you actually describe in detail what you are trying to do.... Is an extra service or background CBT app acceptable?
  22. In the Change Icon dialog, paste or type the desired location path (with trailing backslash) into the File name box before clicking on [Browse]. You can also paste or type the full path of an icon-containing file before clicking [OK]. Hint: The text you want to paste might be the target path located on the previous sheet/dialog before clicking [Change Icon].
  23. User agent string is reporting Win98. You can try spoofing Win95 by setting Kex mode on FF to Win95. Retrozilla is basically FF2/SM with updated security support. It might also be worth a try.
  24. @MiKl Even after transferring hundreds of definitions to kexbases, I still have over 450 entries in my stubs.ini, including 188 for Ntdll! I'll add these Ntdll stubs to Kexbases: NtAcceptConnectPort=r0xC0000002s6 NtCompleteConnectPort=r0xC0000002s1 NtConnectPort=r0xC0000002s8 NtCreatePort=r0xC0000002s5 NtListenPort=r0xC0000002s2 NtCreateEvent=r0xC0000002s5 NtCreateIoCompletion=r0xC0000002s4 NtCreateKey=r0xC0000002s7 NtCreateNamedPipeFile=r0xC0000002s14 NtCreateSection=r0xC0000002s7 Because you are using ROS, try forwarding like: NtConnectPort=>ROS\Ntdll: > Are you with 4.17 then reaching XP SP3 level ? Better, but not fully. 4.17 will have a more flexible architecture that will allow better support for XP, Vista, Win7, and Win8.
  25. jumper

    XomPie

    > @Jumper: which gcc you use? it reject def the way you use MSVC5 and 6, not gcc. Both @101 and #101 seem to work for both implicit and explicite loads by ordinal, however, shell.#@101 (in shellxp.dll v0.2a) probably will not! > and you can delete the attachment you made like dencorso said. I *missed* the bin icon previously, since I always turned off the JS and images (only turn JS on to upload) No bin icon for me, even with Chrome fully enabled. Update: As of mid-November 2016, the Delete button has been fully restored to My Attachments and works great. Thanks, xper!
×
×
  • Create New...