How to process Spir-V shaders generated by Unity?

Hi all!

Is there any way to get the Spir-v binaries generated Unity? i am dealing with mobile platform and the only way I found is to dissemble the unity apk, but I don`t know how to do this.

I am searching for a way like in case of

where the first argument is the shader itself. However I don`t know, if I can modify the shader here, especially the spir-v file.