spin6lock / sproto_dump

parse sproto file and generate binary file or c# code file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sproto_dump

parse sproto file .sproto to binary file .spb or c# code .cs.

usage is as follows:

  usage: lua sprotodump.lua [[<out_option> <out>] ...] <option> <sproto_file ...>

  out_option:
    -d               dump to speciffic dircetory
    -o               dump to speciffic file
    -p               set package name(only cSharp code use)

  option: 
    -cs              dump to cSharp code file
    -spb             dump to binary spb  file

About

parse sproto file and generate binary file or c# code file


Languages

Language:Lua 100.0%