-
Content Count
136 -
Joined
-
Last visited
-
Days Won
2 -
Donations
$0.00
Content Type
Profiles
Forums
Calendar
Store
Forms
Everything posted by WinFX
-
BSOD installing Wireless Driver under Windows 2000
WinFX replied to WinFX's topic in Windows 2000/2003/NT4
I already solved the problem by installing the extended core and a slightly older version from 2014, I consider the problem solved. -
BSOD installing Wireless Driver under Windows 2000
WinFX replied to WinFX's topic in Windows 2000/2003/NT4
Windows 2000 Vanilla SP4 with UR1, no extended kernel, no extended core. Installing some of these, fixes this problem? -
I'm get this BSOD to install my Wireless on Windows 2000, any ideas?
-
In Windows XP SP3 it works perfectly as before August. In Windows Server 2003 SP2 I have not tried it yet. On Windows 2000 it should work by installing Update Rollup 1, kb951748, IE6 + KB2817183 and the extended kernel. In blackwingcat post you see this, it should work for Windows 2000 since the extended kernel supports SHA-2: http://blog.livedoor.jp/blackwingcat/archives/1959184.html
-
Here is the screenshot
-
I have an old android phone with android 4.4.2 That Android Phone i want to use to have internet on Windows 2000, Blackwingcat get work a Nexus 5X with ActiveSync RNDIS driver. In the hour to enable USB tethering in the phone, the rndis driver get this error Driver Image I need to install a special RNDIS driver, or what?
-
Is there any news about New Moon 28.12? I ask since we are still on version 28.10
-
I can't access Windows Update v6 from Windows Server 2003 x64 or Windows XP from today. Internet Explorer 8 keeps looking for the domain as if it didn't exist, but pinging gives me results. The catalog works perfectly. PD: I don't tester in other OS.
-
Hello everyone, excellent news, now I have IDA Pro and it no longer appears that it requires a recent version of Office 2013, since I modified the cave code In Windows XP x86 it works, in Vista (both artitectures) I imagine that too. There are only some dependencies that I will watch later on setup.dll and/or osetup.dll. Now this will get good with the win32 extended kernel
-
Software compatible with Windows Vista Extended Kernel
WinFX replied to WinClient5270's topic in Windows Vista
Visual Studio Code portable x64 works with Vista Extended Kernel https://drive.google.com/file/d/1mkg1nhEFa_j39RiV5Rb_zUcL0mwbWPV5/view?usp=sharing -
Edit Export Table in PEMaker whitout corrupting the file
WinFX replied to WinFX's topic in Windows XP
Ok, explain it to me as you can -
Edit Export Table in PEMaker whitout corrupting the file
WinFX replied to WinFX's topic in Windows XP
What type of code do you mean? It happens that I want to know since in the future I am going to add more ordinals and I will also do it with other systems such as NT 4.0 and 9x if possible. -
Edit Export Table in PEMaker whitout corrupting the file
WinFX replied to WinFX's topic in Windows XP
Yes, in firefox 12 I have that error. I use the blackwingcat kernel32 addresses for Windows 2000, which does not call any instructions, instead the one from SP3 calls NTDLL and I don't know if it works. I Fixed "No more room for sections" bug in PEMaker with Del Rich. -
Edit Export Table in PEMaker whitout corrupting the file
WinFX replied to WinFX's topic in Windows XP
I already managed to create the kernel32 with DecodePointer and EncodePointer but when I got to the desktop, when starting some programs I have the error 0xc000005. I added the instructions with PEMaker -
Edit Export Table in PEMaker whitout corrupting the file
WinFX replied to WinFX's topic in Windows XP
Hello Dibya, when extending the table in kernel32, in dependency walker it was correct, but when replacing it I got BSOD and Windows restarts indefinitely. Here I send you files of the operating systems that I want to add functions to the kernel32 in this case XP SP1 and 2003 RTM (both in Spanish). When you can get the edited kernel to work with the DecodePointer and EncodePointer instructions in case of kernel32, and the dll file is in good condition when opened with dependency walker and Windows starts up the desktop, send me the files and tell me the procedure you did with the files of -
Edit Export Table in PEMaker whitout corrupting the file
WinFX replied to WinFX's topic in Windows XP
I'm using PETool 0.0.5, but i'm going to add section before .rsrc and .reloc, i'm have the error "No more room for more sections.". When i'm move .rsrc and .reloc i have the error "Invalid number." -
Edit Export Table in PEMaker whitout corrupting the file
WinFX replied to WinFX's topic in Windows XP
How to add another section? Can it be done with PEMaker? With section refers to .text .reloc and .rsrc for example?