Jump to content

windows2

Member
  • Posts

    367
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    France

Everything posted by windows2

  1. To everyone who understands how to create Extended Kernel Hello, is this information here https://bidouillesecurity.com/tutorial-writing-a-pe-packer-part-1/ https://bidouillesecurity.com/tutorial-writing-a-pe-packer-part-2/ https://bidouillesecurity.com/tutorial-writing-a-pe-packer-part-3/ https://bidouillesecurity.com/tutorial-writing-a-pe-packer-part-4/ https://bidouillesecurity.com/tutorial-writing-a-pe-packer-part-5/ enough to learn Windows Kernel Extension? Should I learn assembly language? Is it necessary to dive into computer language and add functions using binary language like the old programmers?
  2. Windows 2000 is the latest classic Windows and bears that beautiful logo. To this day, he is struggling to survive, thanks to developers such as BWC, WildBill , and others who are trying to develop it with all their efforts today as Mr. Ximonite . But today, I see a significant regression in the will to develop this system, which needs many additions at the level of hardware and software. Today, this system needs a protocol to deal with the mobile phone and transfer information between the two parties ، UMDF is the only way to do this job. I see many specialists on this site who can develop this system. Windows 2000 has no similarity today. Windows Vista can be replaced by Windows 7 because it is similar to it with simple changes. But the classic system like Windows 2000 cannot be replaced by a similar, more advanced version of it, because it is the last system in that form that takes you to the beautiful past. Therefore, I invite everyone who can do the extension of the kernels, to solve some of the basic Windows 2000 problems that it lacks today. Thank you.
  3. Recently I got infected with this virus [name].exe virus . This virus just shows a message when windows started, "Rundll.exe is not found.......", and infecting the pen drives for first few days. Not much harm. But after 4 or 5 days it is starting creating copies of virus file in many folders. The copy will be having the same name as the folder name and it also having folder icon.
  4. you can add the missing .dll files in the system32 folder
  5. Perhaps the cause is the 12a extended core. Uninstall it and reinstall the driver. After that, you can install the extended core again. And the reason may be that the downloaded version of the driver may need a higher or lower version.
  6. This means that I have to choose one of the two. The full KernelXE or KernelXE lite. Is merging the two causing problems.
  7. Please change devmgr.dll to devmgr.dll for Windows xp sp2. For the reason that it contains a hardware ID detection feature When installing kernelXE lite 0.2.5-rv1 I got a Bsod STOP: c0000139 {entry point not found} the procedure entry point LdrAddRefDll could not be located in the dynamic link library ntdll.dll . I had to restore the old ntdll.dll to fix this Bsod.
  8. No, installing the WildBill update collection is sufficient, before installing the kernelXE , one possible cause of this bug is depletion of non paged pool memory.
  9. Is Windows 2000 English version you have? Have you installed updates before? Like BlackWingCat Extended kernel?
  10. I think the installed version of Windows 2000 should be in English, not Finnish then with the extended kernel translated, the Finnish language will return.
  11. If someone likes to change the Windows 2000 startup picture to the French version. So he sends Ntoskrnl.exe to his system because Ntoskrnl.exe changes if it has an extended Core.
  12. I used all my knowledge efforts to do the translation for this package. Most of the files responsible for the interface were translated. You can adopt this topic and develop this project further.
  13. Please do not put things that violate copyright , like a leaked source code or anything related to that
  14. You can translate extended kernel language. See the method here :
  15. I have created an Extended Kernel (BWC) English to French Translation Package for Windows 2000. Conditions for operation of this package: 1 / The installed Windows 2000 version must be English, not French. 2 / This package must be installed from Part1.bat ,then the computer must be restarted, then install Part2.bat. 3 / If you are not serious about getting the translation, do not install the .bat files, because it will directly translate the Windows files. How was the translation done? What are the main files that need to be translated? And how? 1 / The Resource Hacker program was used to replace the STRING TABLE, DIALOG, and BITMAP for some files, Including : ( Shell32.dll, Explorer.exe, Browselc.dll, Winlogon.exe, Msgina.dll ... ) Example in winlogon.exe change : (STRINGTABLE LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US { 1680, "Running logoff scripts ..." 1681, "Running logon scripts ..." 1682, "Loading your personal settings ..." 1683, "Closing network connections ..." 1684, "Windows is shutting down ..." 1685, "Preparing to Standby ..." 1686, "Preparing to Hibernate ..." 1687, "Saving your settings ..." 1688, "Preparing to Standby in order to complete eject ..." 1689, "The Active Directory is rebuilding indices. Please wait ..." 1690, "Windows is starting up ..." } To STRINGTABLE LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US { 1680, "Ex \ xE9cution des scripts de d \ xE9connexion ..." 1681, "Ex \ xE9cution des scripts de connexion ..." 1682, "Chargement de vos param \ xE8tres personnels ..." 1683, "Fermeture des connexions r \ xE9seau ..." 1684, "Windows est en cours de fermeture ..." 1685, "Pr \ xE9paration \ xE0 la mise en veille ..." 1686, "Pr \ xE9paration \ xE0 la mise en veille prolong \ xE9e ..." 1687, "Enregistrement de vos param \ xE8tres ..." 1688, "Pr \ xE9paration de la mise en veille en vue de l '\ xE9jection ..." 1689, "Active Directory reconstruit les indices. Veuillez patienter ..." 1690, "Windows est en cours de d \ xE9marrage ..." } ) The English language should not be changed in the head. 2/ There are old files that BLACKWINGCAT did not support, you can change it by replacing the English .DLL file with the French .DLL file ,then add the names of these files in UPDATE.INF . Msgina.dll contains Windows launch bitmaps which should be changed to French graphic. Translation package (28/01/2021) link : https://mega.nz/file/9w0yDBaT#MaDG6oJf-5f9b6QZjjamKyajGeC0n-xpO5U6B7GH8jk You can follow and change the extended kernel English language to any other language.
  16. You can use Windows 7-skinpack: https://skinpacks.com/download/windows-7/7-skin-pack/
  17. Yes, but IDA can be used to modify the source code in some way that I don't know. They use it to create updates to Windows .DLL
  18. You can get it from Add / Remove programs. Add / remove components windows. You can also find these games in Windows Me.
  19. @win32 @Ximonite @jumper and for everyone who understands the IDA language HI , i finally found the solution. But implementing it is not easy. I am not a programming specialist, but I always look at it. In fact, the server does not contain source code and his mission was to link the players only. The source code is fully found in chkr.dll and chkrres.dll. The source code is extracted using IDA hex rays Decompiler and all the game pictures are in chkrzm.exe and we extract them using Resource Hacker This is an example of a game checkers. Therefore, I call on all programming specialists to cancel and reduce the obligation to enter the server. So the starting point becomes based on the code only. My grandfather wants these games. He almost gets Alzheimer after leaving the computer when these games are over. I promised him that I would find a solution, as he does not want another. Please help me. And whoever tries, I tell him, "Please do not change the appearance of the game." All source is in .dll I found it all with IDA and ResourcesHacker. cmnresm.dll contains all the windows dialogs, all the menus windows and games bitmap and also contains STRINGTABLE. cmnclim.dll contains some DIALOG and Menus windows chckrres .dll contains configs, all game bitmap, icons, and DIALOG windows. chkr.dll contain the source code. I found the special functions of the game with using IDA This is an example of checkers And thanks.
  20. Sorry in fact, it works with an extended kernel BWC . But with kernelXE when I tried now it it didn't work. I have two partition in which Windows 2000 with (BWC) extended kernel i work with every day. The other is for KernelXE Test
×
×
  • Create New...