Rot127
Rot127
@karliss > If only .dmg but not .app can be renamed, I guess I am fine with ugly appimage name. This would be inconsistent though. People might come to the...
Ah sorry. I misread you. I'll change the names again and see if the executables actually change as well.
@k1gen Which OS and CPU do you use? Do you see anything in the logs? If it is a less common OS it might be again a PCRE2 JIT problem.
Then you are likely affected by https://github.com/rizinorg/cutter/issues/3328 Sorry, I still have not taken the time to set up a workable NixOS VM. Do you build Cutter by yourself? If yes,...
@k1gen I am sorry, but I also did not managed to build it in a reasonable time. I hope the original contributor will give some feedback on it: https://github.com/NixOS/nixpkgs/pull/347699
@k1gen Did https://github.com/NixOS/nixpkgs/pull/347699 fix it for you?
The instructions exist in LLVM: - [trapb](https://github.com/capstone-engine/llvm-capstone/blob/98e80ad3f2b1879a9c44ac764a979458af431e3b/llvm/lib/Target/Alpha/AlphaInstrInfo.td#L632) - [jsr](https://github.com/capstone-engine/llvm-capstone/blob/98e80ad3f2b1879a9c44ac764a979458af431e3b/llvm/lib/Target/Alpha/AlphaInstrInfo.td#L433)
Cause: The access information is not generated correctly: `AArch64GenCSMappingInsnOp.inc`: ``` { /* AARCH64_LDRSWroW (4503) - AARCH64_INS_LDRSW - ldrsw $Rt, [$Rn, $Rm, $extend] */ { { CS_OP_REG, CS_AC_WRITE, { CS_DATA_TYPE_i64, CS_DATA_TYPE_LAST...
Is this still a problem?
The width of the register (word, double word, quadruple word etc) should be implied by the instruction. But generally it would be nice to somehow show the difference to the...