Alloysius
Alloysius
I cannot seem to get my cuckoodroid setup to work. Every time I send in a sample, i get the analysis failed error. My setup is Cuckoo on `Ubuntu 18.04`...
The sample never seems to reach the avd. By running `adb shell` and `ps` in the AVD when the AVD is running reveals that the agent is not running as...
attempting to compile ```asm .data msg: .string "Hello" .text .global _main .intel_syntax noprefix .extern MessageBoxA _main: # write your code here push offset msg push 0 call MessageBoxA ret ```...
The plugin is not loaded when the default python3 version is Python3.8 The following errors are generated: ``` Setting PYTHONHOME = "/tmp/.mount_cuttervR0yBO/usr" for AppImage. PYTHONHOME = "/tmp/.mount_cuttervR0yBO/usr" Setting r2 prefix...
**Version and Platform (required):** - Binary Ninja Version: 3.5.4285-dev - OS: MacOS - OS Version: Ventura - CPU Architecture: M1 **Bug Description:** In IDA, function names are automatically being discovered...
When using tanto to perform slicing, the following error is thrown: ``` [ScriptingProvider] Traceback (most recent call last): [ScriptingProvider] File "/Users//Library/Application Support/Binary Ninja/repositories/official/plugins/tanto/tanto_view.py", line 119, in navigate [ScriptingProvider] self.setup_right_click_menu() [ScriptingProvider]...