Content Type
Profiles
Forums
Events
Everything posted by Dibya
-
Yahoo Lets Try to run it on XP
-
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
Hi in nasm when I am using -fobj (which is obsolete ) code compiles but when I use fwin32 I get parser instructions expected and error symbol redifined such and such errors. Edit :: I have to find a easy way to define dll import in nasm under -fwin32. If some one help I will be much helped. Go Link seems to produce much cleaner code , I will use it . -fwin32 required for goasm, ms link. I have to find a good hooking engine to redirect api calls. It will be awesome if that library has .ini to define which functions for which dll. (IAT) -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
I am getting some link error "unresolved external Symbol " Alink never said it I declared extern EXKERNEL.ASM -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
I will use link.exe I think it will be perfect link ExKernel.obj /OUT:EXKERNEL.DLL /SUBSYSTEM:CONSOLE /ENTRY:start I need a hooking engine that will redirect Missing API into my Exkernel.dll I have written it in assembly with alink but alink seems to be extremely weird in binary compilation , EXKERNEL.dll I previously preferred http://www.masm32.com/ but MASM became to old now whereas NASM still gets update . -
Thanks
-
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
Thanks roytam1. Any one can suggest a good linker for nasm to convert .objects to binary (dll)? -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
It does compile but output came ANSI -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
nasm dislikes db unicode, '\My Games',0000h how to fix -
It will be easy to install once os is installed. For the core I will do as you suggested as I need that for achi driver .
-
Okay I will try to compile with msys2
-
Do you have link ? I cannot find it. I know some easy fix for it.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
hi tomasz86, I want to add BWC ExKernel and Core in your HFSLIP Full pack . Please give a guide .
-
Can you explain how to use hook subsystem with my wrappers.( I will write in nasm) Is their such tool exists for kernel mode? Edit:: I think it just fix not a valid win32 Application .anyway to implement api? You have told me about redirection manifest .. Can i get some more explanation ?
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Can you update mono.net to 5.4?
-
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
Any one know where can I get generic gfx driver src code to play around with nvidia pascal gpu? -
I am trying that . Implimenting all missing all function in xul .
-
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
Lol You speak too much in round about fashion ... I have not tested yet... -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
We will remove all api implementation from kernelex as exists in XP then we will add our missing api . Currently This project has another awesome developer , Damnation . Thanks my friend joining me . -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
Come on My dear will you ever keep silence ? What Xeno86 said VKrnlEx makes modification of kernel32.dll file on disk unnecessary by patching the image directly in memory from kernel space before the shell starts To build VKRNLEX project you need Microsoft Windows 98 Driver Development Kit (DDK) or Microsoft Windows 2000 Driver Development Kit (DDK). -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
save me from whole day patching manually system binaries Improve Speed Improve Stability We can focus on improving API Making POS update friendly -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
I compiled VKrnlEx.vxd code with win2kddk then it given a VKrnlEx.sys output wait nothing impossible if we try / If we can write a posix to windows call transformation library then compiling linux driver for XP will not be impossible . -
[Cancelled by the Author] Extended Kernel for XP (ExtendedXP)
Dibya replied to Dibya's topic in Windows XP
Anyone things that KernelEX4.5.2 can be made to work on XP ? Patching On Disk does not seems to be a great idea . I wish Xeno86 is here with us ,