Skip to content

Commit

Permalink
[Binexport] add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Sep 9, 2024
1 parent 5d0d383 commit 99c2257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qbindiff/loader/backend/binexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def is_import(self) -> bool:


class ProgramBackendBinExport(AbstractProgramBackend):
def __init__(self, file: str, *, arch: str | None = None):
def __init__(self, file: str, *, arch: str | None = None, exec_path: str | None = None):
super().__init__()

self.be_prog = binexport.ProgramBinExport(file)
Expand Down

0 comments on commit 99c2257

Please sign in to comment.