Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump iced-x86 from 1.8.0 to 1.11.0 in /mythril #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps iced-x86 from 1.8.0 to 1.11.0.

Release notes

Sourced from iced-x86's releases.

v1.11.0

  • Added Intel FRED and LKGS instructions
  • Decoder and formatter perf improvements (Rust, see below)
  • Instruction's memory displacement is now 64 bits (was 32 bits). This solves a couple of issues and will make creating RIP-relative memory operands much easier.
    • Use MemoryDisplacement{32,64}/memory_displacement{32,64}() (deprecated old 32-bit members: MemoryDisplacement/memory_displacement())
    • If it's an EIP/RIP relative memory operand, MemoryDisplacement64/memory_displacement64() is now the absolute address (used to be an RIP-relative displacement)
    • OpKind.Memory64 is deprecated since it's not used by iced (use OpKind.Memory instead)
    • MemoryOperand's displacement argument is now an i64 (used to be an i32)
  • Added Decoder::with_ip()/Decoder.Create() with an extra ip argument (Rust/.NET/Python)

Rust

  • FastFormatter perf improvements:
    • The new generic SpecializedFormatter<TraitOptions> is 2x faster than the old FastFormatter code. see here
    • FastFormatter is now type FastFormatter = SpecializedFormatter<T> (no breaking changes)
  • Decoder perf improvements see here
  • MSRV is now 1.41.0 (one year old Rust)
  • Deprecated a few methods that could panic that I missed last time and added try_*() methods that return a Result<T, E>
  • Added Register::values() (Credit: @​tnballo) that returns an iterator that returns all enum values. Same associated method was also added to the other public enums.
  • All enums now implement TryFrom<usize>
  • Added Instruction::op_kinds() which returns all (0-5) OpKind values

v1.10.0

  • Added GMI instructions (some Zhaoxin CPUs)
  • Added FPU flags (C0, C1, C2, C3) to RflagsBits
  • Added Instruction.GetFpuStackIncrementInfo() / Instruction.fpu_stack_increment_info() to get the value added to FPU TOP and whether it's written by the instruction
  • Rust: Added UsedMemory.{try_,}virtual_address() (Credit: @​woodruffw)
  • .NET: Added {UsedMemory,Instruction}.TryGetVirtualAddress()
  • Rust: deprecated some methods that can panic and added try_*() methods that return a Result<T, E>
  • Added Python bindings

v1.9.0

  • Added new Intel instructions: TDX, Key Locker, UINTR, HRESET, AVX-VNNI
  • Added Cyrix/Geode instructions and Centaur ALTINST
  • Added more OpCodeInfo properties: cpl, mode (rm, v86, vmx, etc), tsx, serializing, vm exit and more.
  • Added FastFormatter with a masm-like syntax that can be used if formatting speed is more important than being able to re-assemble formatted instructions. It also uses less code (good if you're targeting wasm).
  • Added Instruction.HasOpKind() (Credit: @​Symbai)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [iced-x86](https://github.com/icedland/iced) from 1.8.0 to 1.11.0.
- [Release notes](https://github.com/icedland/iced/releases)
- [Commits](icedland/iced@v1.8.0...v1.11.0)

---
updated-dependencies:
- dependency-name: iced-x86
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants