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

BinaryNinja script error #2 #789

Open
0xElessar opened this issue May 1, 2024 · 0 comments
Open

BinaryNinja script error #2 #789

0xElessar opened this issue May 1, 2024 · 0 comments

Comments

@0xElessar
Copy link

Hello,

the files are over 80MB big, so uploading them might be difficult. After installing your latest plugin (from GITHUB repo) to BinaryNinja 3.3 (Windows), and running it, I am getting this error after 6 hours of script running:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.py", line 1016, in _bootstrap_inner
  File "C:\Users\test\AppData\Local\Vector35\BinaryNinja\plugins\..\python\binaryninja\plugin.py", line 928, in run
    self.task.run()
  File "C:\Users\test\AppData\Roaming\Binary Ninja\plugins\Il2CppBinaryNinja\__init__.py", line 82, in run
    self.process_methods(data)
  File "C:\Users\test\AppData\Roaming\Binary Ninja\plugins\Il2CppBinaryNinja\__init__.py", line 53, in process_methods
    func.function_type = signature
  File "C:\Users\test\AppData\Local\Vector35\BinaryNinja\plugins\..\python\binaryninja\function.py", line 966, in function_type
    (parsed_value, new_name) = self.view.parse_type_string(value)
  File "C:\Users\test\AppData\Local\Vector35\BinaryNinja\plugins\..\python\binaryninja\binaryview.py", line 6599, in parse_type_string
    raise SyntaxError(error_str)
SyntaxError: error: string.hpp:1:208 redefinition of parameter 'method'
1 error generated.

again any advice would be appreciated. Maybe it is worth adding which version of BinaryNInja the script is compatible with or was tested on.

thank you

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

1 participant