Skip to content

Commit

Permalink
Fix up arch_convert in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MuziStudio authored Oct 29, 2024
1 parent 9a78d18 commit 2a3c9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiling/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def os_convert(os: str) -> Optional[QL_OS]:

def arch_convert(arch: str) -> Optional[QL_ARCH]:
alias_map = {
'amd64': 'x8664',
'x86_64': 'x8664',
'riscv32': 'riscv'
}
Expand Down

0 comments on commit 2a3c9f1

Please sign in to comment.