Content Type
Profiles
Forums
Events
Everything posted by Ximonite
-
Hello. I am wondering if there is a program that automatically updates all of the import hints in a file. My use case: kernel32.dll has lots of imports from ntdll.dll (my version of kernel32 has 341) and changing all of them manually would take lots of time. Is there a program where I could open my versions of kernel32.dll and ntdll.dll in the program and it would automatically change all of the import hints?
-
I succeeded USB tethering on Windows 2000 extended kernel
Ximonite replied to blackwingcat's topic in Windows 2000/2003/NT4
I found some drivers that might be the ones that you're looking for: Apple Mobile Device Ethernet Driver Apple Mobile Device USB Driver Acer RNDIS Driver -
Windows Vista x64 on Skylake with Easy2Boot?
Ximonite replied to Win10-Hater's topic in Windows Vista
I tried on my Dell Latitude E5570 and I couldn't even get to the beginning of the setup. Either I'm doing something wrong or it's not possible. Your results could be different because of the fact that you're using a slightly different laptop though. -
I get a notice telling me to disable my ad blocker even when I don't have one installed. Only happens on iOS. Any browser I use displays the notice.
-
NTOSKRNL Emu_Extender for Windows XP/2003
Ximonite replied to Mov AX, 0xDEAD's topic in Pinned Topics regarding Windows XP
Longhorn build 5456.5 is on WinWorld. -
I don't own a Dell XPS 8930, but these drivers should work. Chipset: https://www.win-raid.com/t895f42-Intel-Chipset-Device-quot-Drivers-quot-INF-files.html Audio: https://dl.dell.com/FOLDER01494284M/4/Audio_Realtek_WIN_A01_313J8-Setup_ZPE.exe Thunderbolt: https://dl.dell.com/FOLDER04309822M/3/5510_Intel-Thunderbolt-Controller-Driver_M6YD4_WIN_16.3.59.250_A02.EXE Qualcomm WiFi/Bluetooth: https://dl.dell.com/FOLDER04299994M/6/Qualcomm-QCA61x4A-QCA9377-WiFi-Bluetooth-Driver_K2JG0_WIN_11.0.0.740_A08_02.EXE Killer Ethernet: http://deviceinbox.com/drivers/1112-killer-wireless-and-ethernet-drivers.html NVMe: https://www.win-raid.com/t29f25-Recommended-AHCI-RAID-and-NVMe-Drivers.html
-
NTDLL-XEC - My enhanced version of NTDLL
Ximonite replied to Ximonite's topic in Windows 2000/2003/NT4
I corrected the IDA Tips and Tricks. Also, does New Moon or Serpent work with WildBill's NTDLL? -
Weird issue when installing Unofficial HTML Help Update
Ximonite replied to Ximonite's topic in Windows 9x/ME
Installing the graphics drivers fixed the issue. -
Weird issue when installing Unofficial HTML Help Update
Ximonite replied to Ximonite's topic in Windows 9x/ME
This also happens with the file you linked. I am using the default VGA drivers. -
Weird issue when installing Unofficial HTML Help Update
Ximonite replied to Ximonite's topic in Windows 9x/ME
KernelEx is not installed, and I have an nVidia video card. -
I have been dealing with a very weird issue with Windows 98. When I install MDGx's Unofficial HTML Help Update, the GPU stops outputting a display signal. The only way to recover is to reboot the machine. This does not happen with any other update, including other updates made by MDGx. This happens every time I try to install this update and never happens with any other update. Anyone have any idea what could be causing this?
-
In your opinion, what are the best/worst versions of Microsoft Windows?
Ximonite replied to win32's topic in The Poll Center
Windows Vista SP2 is not a bad OS or slow. -
Integrating SATA Driver in Windows 2000 - Need Help
Ximonite replied to FantasyAcquiesce's topic in Windows 2000/2003/NT4
If you need to slipstream Intel SATA drivers, I would recommend BWC's Intel Rapid Storage Manager 8.9 and in my experience, it works better. It's available on Windows Legacy Update. Extended Core also needs to be slipstreamed. One of the reasons I made this is so I can slipstream the newer Intel SATA drivers. -
My suggestion is to get an MSATA SSD and an MSATA to IDE enclosure. What I use in my Windows 98 PC: Transcend MSA230S MSATA to IDE enclosure SinLoon 2.5" to 3.5" IDE adapter
- 19 replies
-
Windows 10 Enterprise + O&O ShutUp10
-
I like this idea, but there are 2 things that I would like to mention: 1. You shouldn't permanently disable Windows Update because of ESU. 2. You don't need to sign in to Microsoft to use Windows 10.
-
NTDLL-XEC - My enhanced version of NTDLL
Ximonite replied to Ximonite's topic in Windows 2000/2003/NT4
These functions will be added to NTDLLx4, which should be ready for release soon Update: sysdm.cpl from Windows XP works on Windows 2000. -
In my experience, using /p i also disables APM.
-
You need to set the characteristics of .xdata to 60000020. Also did you type the H in the section or was it just there? Besides those 2 things, it looks correct.
-
http://blog.livedoor.jp/blackwingcat/ is the most current source for anything from BWC XP also had a compatibility tab with newer OS options, but it was separate from the extended kernel.
-
Depends on what PCIe adapter you buy. Some support M.2 SATA SSDs and some don't. Here is one adapter that supports both. If you are using an M.2 SATA SSD, find an adapter similar to the one I linked that is available where you live. Here is one that only supports M.2 PCIe SSDs. Make sure to check the product page and buy the right adapter.
-
NTDLL-XEC - My enhanced version of NTDLL
Ximonite replied to Ximonite's topic in Windows 2000/2003/NT4
When adding an export with WildBill's PETool 0.0.5, I get an error that says "Address out of range". PEMaker works how I want it to and I will use it when creating ntdllx4 and newer versions. When using the blank space in .text, explorer crashes every 10 seconds. I will try to expand EDATA and add my code to it. Update: Figured out .text issue. Using blank space in .text works properly. -
NTDLL-XEC - My enhanced version of NTDLL
Ximonite replied to Ximonite's topic in Windows 2000/2003/NT4
Export table tester is the only tool I found that can add exports. ExpX corrupted the entire file when I tried it, and PETools can edit existing exports, but not add new ones. Also, I plan to keep using export table tester because it can make a new section for the export table, and I am currently working on replacing the export table in .text with the new code I want to add. If you know of any other tools that can add exports, please tell me about them. -
I don't know of any software to modify packages, but you could extract the files from the package, add the newer files, and create a new package with the updated files. Here is a link to RAX SFXCAB, which is a SFXCAB creation tool that contains parts of the Microsoft SFXCAB creation tool, which hasn't been released to the public.
- 1 reply
-
1
-
NTDLL-XEC - My enhanced version of NTDLL
Ximonite replied to Ximonite's topic in Windows 2000/2003/NT4
So the file actually works almost properly. The export table overwrote __eEmulatorInit, __eFINIT, __eCommonExceptions, and about 3/4 of sub_77FC509E. Also, RtlSetLastWin32Error is missing from the export table, but that was because I forgot to add it.