Skip to content

Commit

Permalink
Update for libbs backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Jan 8, 2024
1 parent f82dc6e commit 1c69713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion varbert/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.7"
__version__ = "2.0.8"

import importlib.resources
import tarfile
Expand Down
2 changes: 1 addition & 1 deletion varbert/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def predict_for_functions(func_addrs: Optional[List[int]] = None, decompiler: Op
"""
Standardized function for predicting names for many functions in DAILA interfaces.
"""
dec_interface = DecompilerInterface.discover_interface(force_decompiler=decompiler)
dec_interface = DecompilerInterface.discover(force_decompiler=decompiler)
varbert = VariableRenamingAPI(decompiler_interface=dec_interface)
func_addrs = func_addrs if func_addrs else dec_interface.functions

Expand Down

0 comments on commit 1c69713

Please sign in to comment.