-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using my parser instead #8
Comments
I don't get how to run it. |
1 you need to compile the description into python code. You need to install the compiler first, how to do it on linux you can see in https://github.com/KOLANICH/MFCTool.py/blob/master/.ci/setupKS.sh . pip install --upgrade git+https://github.com/KOLANICH/appveyor-artifacts.git
appveyor-artifacts -n kaitai-struct-compiler -o GreyCat -b master (of course browser can also be used) 2 |
WebIDE (even |
https://github.com/kaitai-io/kaitai_struct_formats/blob/master/hardware/mifare/mifare_classic.ksy
Obviously it needs compilation, you can read how to do it in
https://github.com/KOLANICH/MFCTool.py/blob/master/setup.py#L16L31
Please note that
kaitaiStructCompile.py
is unstable and has unstaboe API, it is likely to be changed in a week.For example I gonna default
and move them into a separate place in config dict
The text was updated successfully, but these errors were encountered: