Jump to content

Dibya

Member
  • Posts

    2,142
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    India

Everything posted by Dibya

  1. Yahoo Lets Try to run it on XP
  2. 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)
  3. I am getting some link error "unresolved external Symbol " Alink never said it I declared extern EXKERNEL.ASM
  4. 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 .
  5. Thanks roytam1. Any one can suggest a good linker for nasm to convert .objects to binary (dll)?
  6. It does compile but output came ANSI
  7. nasm dislikes db unicode, '\My Games',0000h how to fix
  8. 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 .
  9. FF55 came with Widevine Content Decryption Module provided by Google Inc. ( I noticed it in in my 8.1x64 when i opened FF ) any one can add it to FF 52 ESR
  10. Okay I will try to compile with msys2
  11. Dibya

    XomPie

    Do you have link ? I cannot find it. I know some easy fix for it.
  12. hi tomasz86, I want to add BWC ExKernel and Core in your HFSLIP Full pack . Please give a guide .
  13. Dibya

    XomPie

    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 ?
  14. Can you update mono.net to 5.4?
  15. Any one know where can I get generic gfx driver src code to play around with nvidia pascal gpu?
  16. I am trying that . Implimenting all missing all function in xul .
  17. Lol You speak too much in round about fashion ... I have not tested yet...
  18. 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 .
  19. 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).
  20. save me from whole day patching manually system binaries Improve Speed Improve Stability We can focus on improving API Making POS update friendly
  21. 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 .
  22. 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 ,
×
×
  • Create New...