Klaus Kämpf

Results 209 comments of Klaus Kämpf

I'd vote against this issue, as it will bring confusion and chaos. Like people expecting to re-partition (without losing data 😆 ) In the container world, systems are considered 'cattle'....

This is considered fixed.

Waiting for a fixed `grub2` package in SLE Micro :-/

> Wow! Implementing the VAX instruction set in Ghidra sounds like a very large task., certainly well beyond my level. But as a longtime VMS user and hobbyist, I'd sure...

Thanks, something similar was my initial attempt. During parsing, the op_addr was computed correctly but it seems as if the final computation is done after the instruction is completely matched....

Sorry, I was out last week. > For the opcode, use [ op_addr = 1; ] Not clear where to use this, as the `opcode` is a field (and I...

> > For the opcode, use [ op_addr = 1; ] > > Not clear where to use this, as the `opcode` is a field (and I can't add disassembly...

I now created a [minified VAX processor description](https://github.com/kkaempf/ghidra_vax/blob/issue-4606/VAX/data/languages/vax-mini.slaspec) to visualize the problem better. I use [lifting-bits](https://github.com/lifting-bits/sleigh.git) [disassembler](https://github.com/lifting-bits/sleigh/blob/master/extra-tools/sleigh-lift/src/main.cpp) with this binary: ``` 81 af 00 af 00 af 00 ``` It...

I've now tried all kind of combinations of `context`, `noflow`, `globalset` etc. All give the same result: When `export`ing the result, I get the _final_ value (after all operand have...