Florian Märkl

Results 39 issues of Florian Märkl

**What platform does your feature request apply to?** Choose one or more: All of them (lib)

High-level status of touchpad support. - [x] Implement the Protocol - GUI - [ ] Virtual Touchpad - [x] Physical Controller Touchpad on Linux - [ ] Physical Controller Touchpad...

meta

I already tried to play with the `bufferSize` of `QAudioSource`, but it didn't seem to help.

bug

Fix #1263

Waiting-For: Author

**Environment information** * Cutter version: 2.0.2 * File format: Mach-O, Objective C **Describe the bug** Objective C binaries often contain constant `CFString`s in the `__cfstring` sections which eventually refer to...

rizin

`QApplication::instance()` will always return a QCoreApplication wrapper in PySide2. This adds `cutter.app()` which gives you a `CutterApplication`. see https://forums.autodesk.com/t5/3ds-max-programming/qapplication-instance-returns-qcoreapplication-instance/td-p/9035295

Waiting-For: Author

On next (31af3c3e3bf75ca5074715fe966094606c816ba6): ``` florian-macbook:capstone florian$ cstool -d arm64 0000a012 0 00 00 a0 12 movn w0, #0, lsl #16 ID: 488 (mov) op_count: 2 operands[0].type: REG = w0 operands[0].access:...

Depending on what types are assigned to variables in Rizin, they might overlap depending on their size. This is not supported by the decompiler and it has to remove some...

good first issue
test-required

Enums in 64 bit are considered to be 8 bytes by default by the decompiler, while they will more commonly be 4 in reality.

types