How do I emulate multiple UEFI binaries and their interactions? #1378
Unanswered
mkrasnitski-tst
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I have a pair of UEFI binaries, a driver containing some protocol registration code, and an application which calls
LocateProtocol
and actually exercises the functionality located in the driver. Since theQiling()
class constructor takes a single argv array for a specific binary, how would I load the driver into memory first before executing the application?Beta Was this translation helpful? Give feedback.
All reactions