| @@ -1,3 +1,8 @@ | |||
| 1 | + | <p align="center"> | |
| 2 | + | <img src="./flare-logo.png" width="220" alt="FLARE logo"> | |
| 3 | + | <img src="./gsoc-logo.png" width="120" alt="Google Summer of Code logo"> | |
| 4 | + | </p> | |
| 5 | + | ||
| 1 | 6 | <div align="center"> | |
| 2 | 7 | ||
| 3 | 8 | # Google Summer of Code 2026 @ FLARE | |
vee1e / d561fcadc2627cc3dcb115d18847a236
Last active 4 days ago
Binary file changes are not shown
Binary file changes are not shown
Lakshit Verma revised this gist 2 weeks ago · 0c40dc3
1 file changed, 5 deletions
| @@ -1,8 +1,3 @@ | |||
| 1 | - | <p align="center"> | |
| 2 | - | <img src="https://gist.githubusercontent.com/vee1e/d561fcadc2627cc3dcb115d18847a236/raw/bff0e84e4abd5d50c03d40cc61e3adb02900cccc/flare-logo.png" width="220" alt="FLARE logo"> | |
| 3 | - | <img src="https://gist.githubusercontent.com/vee1e/d561fcadc2627cc3dcb115d18847a236/raw/6ab58d91ff26785b6e4d56893d5a93416c07cc6b/gsoc-logo.png" width="120" alt="Google Summer of Code logo"> | |
| 4 | - | </p> | |
| 5 | - | ||
| 6 | 1 | <div align="center"> | |
| 7 | 2 | ||
| 8 | 3 | # Google Summer of Code 2026 @ FLARE | |
Lakshit Verma revised this gist 2 weeks ago · 8d31a37
2 files changed, 2 deletions
Diff is too large to be shown
Diff is too large to be shown
Lakshit Verma revised this gist 2 weeks ago · b9ca480
1 file changed, 12 insertions, 1 deletion
| @@ -1,4 +1,13 @@ | |||
| 1 | - | # Google Summer of Code 2026 @ FLARE: Integrating QuantumStrand into FLOSS | |
| 1 | + | <p align="center"> | |
| 2 | + | <img src="https://gist.githubusercontent.com/vee1e/d561fcadc2627cc3dcb115d18847a236/raw/bff0e84e4abd5d50c03d40cc61e3adb02900cccc/flare-logo.png" width="220" alt="FLARE logo"> | |
| 3 | + | <img src="https://gist.githubusercontent.com/vee1e/d561fcadc2627cc3dcb115d18847a236/raw/6ab58d91ff26785b6e4d56893d5a93416c07cc6b/gsoc-logo.png" width="120" alt="Google Summer of Code logo"> | |
| 4 | + | </p> | |
| 5 | + | ||
| 6 | + | <div align="center"> | |
| 7 | + | ||
| 8 | + | # Google Summer of Code 2026 @ FLARE | |
| 9 | + | ||
| 10 | + | ## Integrating QuantumStrand into FLOSS | |
| 2 | 11 | ||
| 3 | 12 | Organization: FLARE (Mandiant, a Google Cloud company) | |
| 4 | 13 | ||
| @@ -8,6 +17,8 @@ Mentor: [Moritz Raabe](https://github.com/mr-tz) | |||
| 8 | 17 | ||
| 9 | 18 | Repository: [mandiant/flare-floss](https://github.com/mandiant/flare-floss) | |
| 10 | 19 | ||
| 20 | + | </div> | |
| 21 | + | ||
| 11 | 22 | ## Project overview | |
| 12 | 23 | ||
| 13 | 24 | FLOSS is the FLARE team's command line tool for extracting obfuscated and plaintext strings from malware. An analyst runs it against a binary and gets the readable text the malware uses: URLs, registry paths, API names, and more. That output is useful but bare: it is a flat list of strings with no context. | |
Lakshit Verma revised this gist 2 weeks ago · f28c35f
2 files changed, 2 insertions
Diff is too large to be shown
Diff is too large to be shown
Lakshit Verma revised this gist 2 weeks ago · 1f27f1a
1 file changed, 37 insertions, 18 deletions
Diff is too large to be shown
Lakshit Verma revised this gist 2 weeks ago · 6571892
1 file changed, 129 insertions
Diff is too large to be shown