June 2, 20215 yr Author 8 hours ago, jumper said: If you are using it properly, perhaps the kernel32 modifications made it too big to fit at its preferred address. Relocation caused a conflict with ntdll. It needs to be trimmed down and stripped of relocation data. How properly? i replaced kernel32.dll in system32 directory & BSOD...
December 17, 20214 yr On 02/06/2021 at 20:15, piotrhn said: Comment correctement? j'ai remplacé kernel32.dll dans le répertoire system32 & BSOD... He means that there may have been a misunderstanding between the size of the added code and the address, which caused an error in the work of this function, and this error caused the blocking of the request for the function when it was called from ntdll. First of all, I advise you to renew your information. This helped me a lot in getting started: Yesterday I started learning and experimenting.
December 22, 20214 yr On 12/17/2021 at 12:14 PM, windows2 said: He means that there may have been a misunderstanding between the size of the added code and the address, which caused an error in the work of this function, and this error caused the blocking of the request for the function when it was called from ntdll. First of all, I advise you to renew your information. This helped me a lot in getting started: Yesterday I started learning and experimenting.
February 12, 20224 yr I believe OpenNT project will make this easier. Some dlls can be compiled from source code.
February 15, 20224 yr @winnt5 I thought OpenNT got taken down, did they pop up somewhere else? Edited February 16, 20224 yr by Damnation
Create an account or sign in to comment