Thread: calling Native nldll.dll functions with inline asm

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    319

    calling Native nldll.dll functions with inline asm

    Ok i am stuck on getting a working sample on how to use usermode functions in inline asm,i understand syscall is for x86 and sysenter is for x64, i understand you get a function which needs to be moved in to the register, i just dont know how to go about using syscall or sysenter in inline asm

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    319
    I found this,but its for x86

    Windows 7 x86 execute a primary program call using sysenter | CodersDiscuss.com

    So what is it for x64?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 01-23-2011, 05:20 PM
  2. Inline functions
    By Sharke in forum C++ Programming
    Replies: 6
    Last Post: 05-13-2009, 06:18 AM
  3. Inline Functions
    By rwmarsh in forum C++ Programming
    Replies: 10
    Last Post: 03-18-2006, 06:33 PM
  4. inline functions
    By Rune Hunter in forum C++ Programming
    Replies: 3
    Last Post: 02-04-2006, 01:40 AM
  5. inline functions
    By robid1 in forum C++ Programming
    Replies: 1
    Last Post: 06-13-2004, 05:00 AM