OpenGFW icon indicating copy to clipboard operation
OpenGFW copied to clipboard

怎样学习这个项目呢?

Open jieqiyue opened this issue 1 year ago • 2 comments

怎样学习这个项目呢?如题 ,直接看源码吗?看了一下感觉不是很懂。好像是用到了一个go语言的库吗

jieqiyue avatar Jan 28 '24 11:01 jieqiyue

本来就是GO语言写的,你竟然会问"好像是用到一个go语言的库吗"

IAALAI avatar Feb 27 '24 17:02 IAALAI

@jieqiyue for now you need to read the source. To learn Go language, start with:

  • https://go.dev/tour/welcome/1
  • https://gobyexample.com/

macie avatar Mar 12 '24 12:03 macie

@jieqiyue for now you need to read the source. To learn Go language, start with:

  • https://go.dev/tour/welcome/1
  • https://gobyexample.com/

image

请问这个就是根据这段json来写一个expr,这个expr能够描述这个json的特征(也就是说满足这个expr的话,就能定位这个特定的数据包是什么吧)。 然后我的问题是:这个json是怎么来的啊?是抓包来的吗?为什么特定是这样的格式啊?

jieqiyue avatar Apr 01 '24 08:04 jieqiyue