Jump to content

Ximonite

Member
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    10.00 USD 
  • Country

    United States

Everything posted by Ximonite

  1. 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?
  2. 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
  3. 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.
  4. 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.
  5. Longhorn build 5456.5 is on WinWorld.
  6. 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
  7. I corrected the IDA Tips and Tricks. Also, does New Moon or Serpent work with WildBill's NTDLL?
  8. Installing the graphics drivers fixed the issue.
  9. This also happens with the file you linked. I am using the default VGA drivers.
  10. KernelEx is not installed, and I have an nVidia video card.
  11. 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?
  12. Windows Vista SP2 is not a bad OS or slow.
  13. 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.
  14. 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
  15. Windows 10 Enterprise + O&O ShutUp10
  16. 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.
  17. These functions will be added to NTDLLx4, which should be ready for release soon Update: sysdm.cpl from Windows XP works on Windows 2000.
  18. In my experience, using /p i also disables APM.
  19. 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.
  20. 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.
  21. 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.
  22. 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.
  23. 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.
  24. 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.
  25. 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.
×
×
  • Create New...