Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
c2-printf — Print trace messages over a Silicon Labs C2 debugger connection | Kitploit
Tools/GitHubGitHub/jaydcarlson/c2-printf
Embedded Systems SecurityDebuggersHardware HackingHardware SecurityFirmware Analysis
GitHubjaydcarlson/c2-printf

c2-printf

Print trace messages over a Silicon Labs C2 debugger connection

View Repository
1238 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

Screenshot

C2-PRINTF is a small utility that lets you do printf()-style debugging over a C2 debugger connection, for use with the Silicon Labs EFM8 and C8051F microcontrollers.

Full write up available on my blog: https://jaycarlson.net/2017/07/16/printf-style-trace-messages-using-c2/

If you build the WPF application you will need to ensure that the following DLLs are in the same folder as the c2-printf executable. (i.e. ..\c2-printf\bin\Debug)

  • libgcc_s_dw2-1.dll
  • libstdc++-6.dll
  • slab8051.dll
  • slabhiddevice.dll

These can be found in the C:\SiliconLabs\SimplicityStudio\v3\common\tcf and C:\SiliconLabs\SimplicityStudio\v3\common\tcf\plugins folder.

Download Tool