Skip to content

Commit

Permalink
Bump unicorn dependency to >=2.0.1 (#2315)
Browse files Browse the repository at this point in the history
* Bump unicorn dependency to >=2.0.1

We're using riscv constants now which were added in unicorn2.

Fixes #2303

* Add RISCV64 plt emulation test binaries
  • Loading branch information
peace-maker authored Dec 14, 2023
1 parent b9cece5 commit 8367da6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added pwnlib/data/elf/test-riscv64
Binary file not shown.
Binary file added pwnlib/data/elf/test-riscv64-pie
Binary file not shown.
Binary file added pwnlib/data/elf/test-riscv64-relro
Binary file not shown.
Binary file added pwnlib/data/elf/test-riscv64-relro-pie
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"psutil>=3.3.0",
"intervaltree>=3.0",
"sortedcontainers",
"unicorn>=1.0.2rc1", # see unicorn-engine/unicorn#1100 and #1170
"unicorn>=2.0.1",
"six>=1.12.0",
"rpyc",
"colored_traceback",
Expand Down

0 comments on commit 8367da6

Please sign in to comment.