unpackdev / solgo

Solidity parser in Go, designed to transform Solidity code into a structured format for enhanced analysis, particularly beneficial for developers using Go to analyze Solidity smart contracts.
https://unpack.dev
Apache License 2.0
2 stars 0 forks source link

Intermediate Representation (IR) GetLinks() support #126

Closed 0x19 closed 11 months ago

0x19 commented 11 months ago

Basically as we have comments, and in some cases people tend to apply social links that we'd like to extract from source code. Following PR brings that capability.

We can match http(s?) and as well look if any of the major networks/platforms can be captured such as X, Facebook, Github, Gitlab, Medium, Youtube, etc...