Vladimir Kononovich

Results 59 issues of Vladimir Kononovich

There is no such file in **winuaeinclibs.zip** file.

Registered classes like "**AmigaPowah**" doesn't unregistered after closing GUI.

I have the following opcode: ![image](https://github.com/NationalSecurityAgency/ghidra/assets/7189309/8a2625c9-10f8-42f8-860c-20e20649172f) Every operand is 16-bit, opcode is `0xff47`. Calling `bganim` pseudo function with the operands outputs wrong arguments: ![image](https://github.com/NationalSecurityAgency/ghidra/assets/7189309/d83bd995-88f1-41cb-907d-14b819b86ac3) Opcode is defined like this: ```...

My sleigh implementation has pseudo opcodes with 8 and more operands. Decompiler can't deal with that and prints an error: ``` ERROR Pcode error at ram:00002754: Index 8 out of...

Feature: Sleigh

For example I have the following sequence, and I would like to create a special opcode for it (like a macro). I know it should contain equal bytes at some...

![image](https://github.com/NationalSecurityAgency/ghidra/assets/7189309/10eb371a-bc43-45d5-95fa-49617e0220c8) Subj. I don't know what exactly it means, but it breaks some code decompilation. For example, I have my custom Sleigh language, and this is how it gets decompiled:...

Subj. This can be used to generate custom calling conventions with different input and output destinations. For now you cannot apply more than 127 calling conventions using `HighFunctionDBUtil.writeOverride`, it prints...

Status: Waiting on customer

It would be great to add Python disassembler/decompiler to Ghidra.

Type: Enhancement
Feature: Processor

Hi, I've decompiled a game project, and I have two objects with the same name in the Objects tree but with different actions. Is that an incorrect decompilation, or a...

Due to my misprint and buggy code. Now it fixed.