精简了上游直播源内容,仅保留个人所需的。
https://gist.githubusercontent.com/inkss/0cf33e9f52fbb1f91bc5eb0144e504cf/raw/ipv6.m3u
| " Vim color file | |
| " Converted from Textmate theme using Coloration v0.4.0 (http://github.com/sickill/coloration) | |
| " | |
| " Based on the machine filter from https://monokai.pro | |
| " Edited a little by aaether | |
| " For best results set termguicolors in your vimrc | |
| set background=dark | |
| highlight clear |
| /* | |
| ================================ Compile as a .Net DLL ============================== | |
| C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /target:library /out:TestAssembly.dll TestAssembly.cs | |
| */ | |
| using System.Windows.Forms; | |
| namespace TestNamespace |
| #!/bin/sh | |
| # proxychains wrapper | |
| # Choose pre-supposed profile with -1,-2,-3 OR appoint by -n proxy(Node)_ip(hostname):port and -p proxy_protocol and -q as quiet mode | |
| # Default profile | |
| proxy_hostname=127.0.0.1 | |
| proxy_port=1080 | |
| protocol=socks5 | |
| # profile 1 | |
| proxy_hostname_1=127.0.0.1 |
| """ | |
| IDAPython Script to highlight function calls. | |
| Re-implemented by jthuraisamy (not the original author). | |
| Install to %IDADIR%\plugins\highlight_calls.py. | |
| Run by pressing Ctrl+Alt+H or go to Options -> Highlight Call Instructions. | |
| """ | |
| class HighlightHandler(idaapi.action_handler_t): |
| # -*- coding: utf-8 -*- | |
| """ | |
| Sample client script for PNF Software's JEB2. | |
| More samples are available on our website and within the scripts/ folder. | |
| Refer to SCRIPTS.TXT for more information. | |
| """ | |