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

i cant start bincat #135

Open
apol3t opened this issue Aug 5, 2024 · 3 comments
Open

i cant start bincat #135

apol3t opened this issue Aug 5, 2024 · 3 comments

Comments

@apol3t
Copy link

apol3t commented Aug 5, 2024

image

Traceback (most recent call last):
  File "C:/Users/Administrator/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idabincat\gui.py", line 874, in _load_config
    self.s.edit_config = self.s.configurations.new_config(
  File "C:/Users/Administrator/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idabincat\analyzer_conf.py", line 967, in new_config
    return AnalyzerConfig.get_default_config(start_va, stop_va,
  File "C:/Users/Administrator/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idabincat\analyzer_conf.py", line 820, in get_default_config
    ConfigHelpers.get_call_convention())
  File "C:/Users/Administrator/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idabincat\analyzer_conf.py", line 160, in get_call_convention
    idaapi.CM_CC_MANUAL: "manual",
AttributeError: module 'idaapi' has no attribute 'CM_CC_MANUAL'
INFO:bincat.plugin:IDABinCAT ready.
INFO:bincat.gui:Launching the analyzer
Traceback (most recent call last):
  File "C:/Users/Administrator/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idabincat\gui.py", line 794, in launch_analysis
    self._update_edit_config()
  File "C:/Users/Administrator/AppData/Roaming/Hex-Rays/IDA Pro/plugins\idabincat\gui.py", line 785, in _update_edit_config
    self.s.edit_config.remap = self.chk_remap.isChecked()
AttributeError: 'NoneType' object has no attribute 'remap'

i get this errors, What am I doing wrong ?
my IDA PRO version 8.3.230608

@af-airbus
Copy link
Member

Could you precise which version of BinCAT you are using?

@apol3t
Copy link
Author

apol3t commented Aug 19, 2024

I am using Release v1.2 version

@af-airbus
Copy link
Member

af-airbus commented Sep 3, 2024

Could you try the pre-release https://github.com/airbus-seclab/bincat/releases/tag/v1.3-beta1 following the installation instructions:
Install steps:

  • Extract the binary distribution of BinCAT (not the git repo)
  • In IDA, click on "File -> Script File..." menu (or type ALT-F7)
  • Select install_plugin.py
  • BinCAT is now installed in your IDA user dir
  • Restart IDA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants