Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Static Single Assignment with Binary Ninja

License

NotificationsYou must be signed in to change notification settings

meerkatone/static_single_assignment_with_binary_ninja

Repository files navigation

Static Single Assignment (SSA) with Binary Ninja

YouTube Video:https://youtu.be/XL0lepxA2L0

Tools:

Get the Trivision webs binary:

Extract SSA from Trivision webs using the API and the Binary Ninja GUI

Within Binary Ninja we can jump to 0xB7E8, and use current_mlil to do the following:

  • Check if the 3rd param to memcpy takes negative range values
    • current_mlil.ssa_form[25].params[2].possible_values.ranges[0].end

  • Check the def-use for phi nodes
    • ssa = current_mlil.ssa_form[17]
    • (current_mlil.ssa_form.get_ssa_var_definition((ssa).src[0]))
    • (current_mlil.ssa_form.get_ssa_var_uses((ssa).src[0]))

References

About

Static Single Assignment with Binary Ninja

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp