Announcement

Collapse
No announcement yet.

Could use a little help translating this one

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Could use a little help translating this one

    Thanks in advance

    void interrupt winNTint14(
    unsigned _es, unsigned _ds,
    unsigned _di, unsigned _si,
    unsigned _bp, unsigned _sp,
    unsigned _bx, unsigned _dx,
    unsigned _cx, unsigned _ax,
    )

    Anyone have an Idea

    my thoughts were

    WinNtInt14(wEs as word, etc...)

    or
    WinNtInt14(bEs as Byte, etc...)
    Sr. Software Development Engineer and Sr. Information Security Analyst,
    CEH, Digital Forensic Examiner

  • #2
    It's either BYVAL WORD or BYVAL DWORD depending on whether the code is 16-bit or 32-bit.
    kgpsoftware.com | Slam DBMS | PrpT Control | Other Downloads | Contact Me

    Comment


    • #3
      Excellent, it is 16 bit

      Thanks Kevin
      Sr. Software Development Engineer and Sr. Information Security Analyst,
      CEH, Digital Forensic Examiner

      Comment

      Working...
      X