I want to start working with Kaitai Struct , to handle binary files. Initially, it requires writing an .ksy file, which is then compiled into source code in any of the suggested languages - Java, Ruby, HTML, C ++, Perl, PHP, Python. It is very convenient. I put my ready-made Java classes into the project, however these classes have objects of other "native classes" Kaitai Struct as fields:
Add a KS runtime to your project.
such as:
- KaitaiStream.java
- KaitaiStruct.java
- ByteBufferKaitaiStream.java
- RandomAccessFileKaitaiStream.java
Here I also cannot find them. I originally took it from a githaba , but it doesn't work. Where can I find these classes?