
jumper
MemberContent Type
Profiles
Forums
Events
Everything posted by jumper
-
XP32, Windows Update & svchost 100%: OTHER solutions?
jumper replied to Tomcat76's topic in Windows XP
I wonder what the app is actually doing that whole time.... What does your network traffic look like during the search? And your file system traffic? -
Do Verify.exe and the KernelEx Properties tab both report "v4.5.2016"? At this time, the ImportPatcher executable must be named "ImportPatcher.exe" or be UPX'd to be able to delay-load most stubs.
-
> So I shouldn't be seeing those in Import Patcher - right? But I am. Put ImportPatcher in Vista (or higher) compatibility mode in the KernelEx Properties tab. > Where do I put that? Doesn't look like you need it, but it would go in the [Kernel32.dll] section of stubs.ini.
-
No youtube for Win9x/ME users without KernelEX anymore now?
jumper replied to schwups's topic in Windows 9x/ME
disable_flash_watch=false javascript:with(document.body)innerHTML=innerHTML.split('web_player_disable_flash_watch=true').join('web_player_disable_flash_watch=false');void(0) ->/v/ javascript:location.href=location.href.replace("/watch?v=","/v/"); addons.mozilla.org/en-US/firefox/addon/youtube-flash-video-player -- Options for viewing in HTML5 or flash A Google search for "youtube bookmarklets" yields lots of options for direct downloading and viewing at various resolutions, and altering the interface. Google search for "youtube url options": url modding tricks ->YouTubeHD -- bookmarklet I found among my FF2 bookmarks. javascript:function ythq(url){if(!url||url.indexOf('youtube.com')==-1){url=prompt('Enter YouTube URL','http://www.youtube.com/watch?v=');}if(!url||url.indexOf('youtube.com')==-1){return;}if(url.indexOf('fmt=')==-1){url+='&fmt=6';}else{url=url.replace(/fmt=\d+/i,'fmt=6');}window.location.href=url;}ythq(window.location.href); -
All of those functions except SetProcessDEPPolicy are now supported by the latest KernelEx 2016.17. And SetProcessDEPPolicy will be supported by Kex 2016.18 (I just now added it). For now, use Kexstubs.dll with the definition: SetProcessDEPPolicy=f1e50 Do not check "Process delay imports" in ImportPatcher. It is unrelated to KernelEx support.
-
In Windows 9x? Check the ">1GB" thread--it contains a large list of high-end hardware success stories.
-
Analyze in ImportPatcher with "Test by loading (KernelEx)" option enabled.
-
No youtube for Win9x/ME users without KernelEX anymore now?
jumper replied to schwups's topic in Windows 9x/ME
Login at Youtube and check your preferences. Also, if you ever watched from a slow connection Youtube or Flash might have set a cookie.... -
> How write in assembler instruction call to resource in other DLL not exported function. To access a resource call LoadResource(): call dword ptr [LoadResource] > I want call from dll to dll procedure. > call "FunctionName" ex. call SetLastError call dword ptr [SetLastError] To call an unexported function that starts 100h (256) bytes after exported function ExportedAPI: call dword ptr [ExportedAPI] + 100h or: mov eax, dword ptr [ExportedAPI] + 100 call eax To call an absolute address (very dangerous as DLLs might be relocated): mov eax, 77F9B13Ah call eax
-
PE Files - edit existing section?
jumper replied to Damnation's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
If the new data won't fit in the old section, the section must be expanded which is much more difficult than adding a new section. KernelEx adds a new section because it is simpler and works just fine. If your goal is to modify KernelEx, don't. If your goal is finding sample code for robustly adding new data to an existing section, don't look at KernelEx, look elsewhere. -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
jumper replied to Dibya's topic in Windows XP
What are we looking at? Edit: Okay, so these look like stack walks (produced by what, I don't know). SumatraPDF: . libmupdf.101CC645 calls . . kernel32.WakeAllConditionVariable which calls . . . ??? (you didn't provide the IP) which crashes??? Klite Codec Pack: . mpc-hc.00821DF6 calls . . kernel32.SleepConditionVariableCS which calls . . . kernel32.SleepConditionVariableSRW which calls . . . . ??? which crashes??? ERROR_PROC_NOT_FOUND (0000007F) is not a crash error message. Where are you seeing this? -
Opera was notorious for nagging if you didn't have it. Opera's developers believed strongly that it was the best version. For visual quality or performance, I don't know.
-
Back in the day, many websites offered a simple, non-interactive, "printer-friendly" version. Using a bot UA is one way to request that now. Using a mobile UA is another way to request a simpler page. Most sites probably don't even react to the UA, but for those that do "GoogleBot" or "BingBot" might be the best way to get a simple or browser-agnostic page.
-
Load Kernel32.dll in Dependency Walker and check the exports report to see what function BFF9A3C0 might be in.
-
1 x 4 + 3.7 = "over 7.5" 2 x 4 + 2.86 = "almost 11"
-
Let's start over with the basics: What is the make and model of the compact pc, and what video card is currently in it? Nvidia P118 (FX5200 128MB 8x AGP DVI Low Profile DDR) might be the only option. How big is the power supply? You might have no options if it is small. :( Good read at Reddit: Time to go old. Need a low profile video card for Win98. Google: low-profile video-card "agp 8x" Win98
-
Last versions of software for Windows Vista and Windows Server 2008
jumper replied to WinClient5270's topic in Windows Vista
No. Win7 apps that work are a bonus and listed as (UNS). But apps that do claim Vista support form the core of this list. Nothing unexpected (or redundant) about that.- 1,239 replies
-
- Server 2008
- software
-
(and 1 more)
Tagged with:
-
Last versions of software for Windows Vista and Windows Server 2008
jumper replied to WinClient5270's topic in Windows Vista
QupZilla is not based on Firefox: 1.8.9 is QT4/WebKit 2.0+ is QT5/WebKit- 1,239 replies
-
1
-
- Server 2008
- software
-
(and 1 more)
Tagged with:
-
User32.dll : TrackMouseEvent takes one parameter, returns a BOOL (boolean), and sets extended error information. GetWindowInfo takes two parameters and will corrupt the stack if called when used to replace TrackMouseEvent. Instead use one of the following: CloseDesktop CloseWindow CopyIcon DestroyCursor DestroyIcon DestroyMenu DestroyWindow DrawMenuBar GetDlgCtrlID GetKeyboardType Do not attempt to use User32.dll from Win98 in Win95. Do not attempt to redirect DLL's in Win95.
-
USP3 is heavy, so skip 98lite and Shell95 update. Don't install anything you don't need for the apps you plan to run.
-
PM to me the broken file and the last good version. I'll take a look.
-
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
Too early? Not at all! I've been cleaning out my stubs.ini file with every build to ensure I'm testing with the new native code. In January work stalled on Ktree10 which will highlight duplicates. I'll resume that work asap. The use of "beta" is just to discourage newbies from expecting miracles! :lol: