Package leechcore

Interface ILeechCoreBarReply


public interface ILeechCoreBarReply
LeechCore PCIe BAR Read Reply Interface
Check out the example code to get started! https://github.com/ufrisk/LeechCore/
Author:
Ulf Frisk - pcileech@frizk.net
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reply(byte[] data)
    Send a read reply back to the system.
  • Method Details

    • reply

      void reply(byte[] data)
      Send a read reply back to the system. Only use this to reply to PCIe BAR read requests. Not write requests!
      Parameters:
      data - = data matching req.cbData in length. null == failed request / unsupported request (UR) reply.