Closed XFajk closed 7 months ago
A new discovery tried to build it from the source(specifically from the dev branch) and this version works so this is probably a problem with the release version
Doesn't happen to me on Apple M1. Did you install any rizin/cutter plugin in the past?
Doesn't happen to me on Apple M1. Did you install any rizin/cutter plugin in the past?
No, I don't think so but I don't know where to check since the editor freezes on me where can I delete them or something or maybe even better where can I delete the data about cutter so it is like I am using cutter for the first time maybe that could help
Could you please retry with the 2.3.4 release? https://github.com/rizinorg/cutter/releases/tag/v2.3.4
Could you please retry with the 2.3.4 release? https://github.com/rizinorg/cutter/releases/tag/v2.3.4
yeah this one works sorry for a late reply but I switched to ghidra in the mean time but now I can get on to cutter as I wanted originally
Environment information
Describe the bug the bug just freezes the app when I try to disassemble an executable it freezes at this point
this bug wasn't happening in 2.3.2 I tried to open a simpler executable than one that opened the editor window but it also froze after that
To Reproduce
Steps to reproduce the behavior:
int main() { int x = 1337; while(x--) { printf("ayo\n"); }
}