MyGit
🚩收到GitHub仓库的更新通知

HexRaysSA/goomba

Fork: 44 Star: 544 (更新于 2024-04-17 11:47:08)

license: 暂无

Language: C++ .

gooMBA is a Hex-Rays Decompiler plugin to simplify Mixed Boolean-Arithmetic (MBA) expressions

最后发布版本: v8.2.230221 ( 2023-02-21 23:45:46)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

gooMBA

gooMBA is a Hex-Rays Decompiler plugin that simplifies Mixed Boolean-Arithmetic (MBA) expressions. It achieves this using several heuristics and algorithms to achieve orders-of-magnitude better performance than existing state-of-the-art solutions.

More information on the inner workings of this tool is available in our blog post.

Core Features

  • Full integration with the Hex-Rays Decompiler
  • Simplifies linear MBAs, including opaque predicates
  • Handles sign extension for linear functions
  • Verifies soundness of simplifications using the z3 SMT solver
  • Simplifies non-linear MBAs with the use of a function fingerprint oracle

Usage

By default, the plugin does not run automatically. You can invoke the plugin by right clicking in the pseudocode view and selecting "Run gooMBA Optimizer". In addition, you can set up a keyboard shortcut in IDA by opening Options -> Shortcuts... and adding a shortcut for the goomba:run action.

Several options for usage are available within goomba.cfg. You can set up a fingerprint oracle, configure the z3 proof timeout time, choose the desired behavior when timeouts occur, and choose to make the plugin run automatically without needing to be invoked from the right-click menu.

Demo

The sample database tests/idb/mba_challenge.i64 was created from the mba_challenge binary. The functions mba1, mba2, mba3, mba, solve_me contain MBA expressions of varying complexity.

For example, the mba1 function's initial pseudocode: mba1 initial pseudocode

And after running gooMBA optimization: mba1 pseudocode optimized

Fingerprint oracle

The oracle can be used for simplifying non-linear MBAs. The input for generaring it is a list of candidate expressions in msynth syntax. You can use generate_oracle.sh or generate_oracle.bat to generate a binary oracle file which can then be used by the plugin by specifying the path to it in goomba.cfg (parameter MBA_ORACLE_PATH).

A large pre-computed oracle is available here

NOTE: oracle files generated with IDA 8.2 can only be used with 64-bit binaries, otherwise you may hit internal error 30661.

Obtaining gooMBA

Please see the releases section for goomba builds that will work with IDA Pro & IDA Teams v8.2.

Starting with version 8.3, goomba is shipped with IDA Pro & IDA Teams.

最近版本更新:(数据更新于 2024-04-24 16:46:32)

2023-02-21 23:45:46 v8.2.230221

2023-01-26 00:36:41 v8.2.230125

HexRaysSA/goomba同语言 C++最近更新仓库

2024-04-25 18:03:36 chaitin/SafeLine

2024-04-25 14:12:37 Blackymas/NSPanel_HA_Blueprint

2024-04-25 10:15:31 PCSX2/pcsx2

2024-04-24 18:04:01 OpenNMT/CTranslate2

2024-04-24 14:33:34 snake-4/Zygisk-Assistant

2024-04-24 11:47:22 Alex313031/thorium