kaitai_ide_vscode icon indicating copy to clipboard operation
kaitai_ide_vscode copied to clipboard

Problems in VSCode with this extension.

Open rvanlaar opened this issue 2 years ago • 1 comments

Hi,

I saw this plugin and wanted to try it out. I really like the concept. I'm having a few problems with this extension.

I created a file called uniquename.ksy with the contents:

meta:
  id: rifx
  endian: le
seq:
  - id: magic
    contents: "RIFX"
  - id: container_len
    type: s4

First I got errors with uniquename not defined. Those disappeared while trying to reproduce it for this issue. Now it will only show magic 'Uint8Array' in the KSExplorer. The container_len won't show up.

What's going on?

rvanlaar avatar Apr 10 '22 20:04 rvanlaar

A quick update. There was a problem with the parsing. Even though the format is little endian, the contents need to be specified in little endian as well.

What I'm missing, how can I view the logs?

rvanlaar avatar Apr 10 '22 20:04 rvanlaar