This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Parses and Imports Floss Radare2 Script | |
#@author c3rb3ru5 | |
#@category Strings | |
#@keybinding | |
#@menupath | |
#@toolbar | |
import re | |
import json | |
import base64 |