Screenshots
Example Usage
using YoutubeExplode; using var youtube = new YoutubeClient(); // You can specify either the video URL or its ID var videoUrl = "https://youtube.com/watch?v=u_yIGGhubZs"; var video = await youtube.Videos.GetAsync(videoUrl); var title = video.Title; // "Collections - Blender 2.80 Fundamentals" var author = video.Author.ChannelTitle; // "Blender" var duration = video.Duration; // 00:07:20
See also
010editor
Free
Templates and scripts for 010 editor…
mitmproxy2swagger
Free
Automagically reverse-engineer REST APIs via capturing traffic…
Ghidra
Open Source
Kali
NSA-developed software reverse engineering suite. Features a disassembler, decompiler, scripting (Ja…
wxapkg
Free
跨平台微信小程序反编译 GUI 工具,.wxapkg 文件扫描 + 解密 + 解包工具…
IDA Pro
Paid
The industry-standard disassembler and decompiler (with Hex-Rays decompiler). Supports the widest ra…
abcde
Open Source
ABCDE是一个使用Kotlin编写的OpenHarmony逆向工具包,目前已经实现的功能为解析方舟字节码文件中 的类信息、方法信息、字面量数组信息以及对方法进行反汇编,解析资源索引文件等功能。…