14 skills found
ridiculousfish / Cdecl BlocksThe venerable cdecl, with Apple blocks support
paul-j-lucas / CdeclComposing and deciphering C (or C++) declarations or casts, aka ‘‘gibberish.’’
danielkrupinski / X86RetSpoofInvoke functions with a spoofed return address. For 32-bit Windows binaries. Supports __fastcall, __thiscall, __stdcall and __cdecl calling conventions. Written in C++17.
bbu / Cdecl DumpDump complex C declarations visually.
eisenwave / Cdecl PlusSimilar to cdecl.org, but with broader support for language features. Static web page which supports file protocol. Parsing and to-prose conversion happen in the front-end, resulting in instant feedback.
thetrik / VBCDeclFixThis Add-in allows to use Cdecl functions in VB6
shurcooL / GodeclA godecl experiment. Like cdecl, but for Go.
koreader / Ffi CdeclAutomated C declaration extraction for FFI interfaces
aartamonau / CdeclA program that descrypts C type declarations. Implemented as an exercise for "Expert C Programming" book.
elcritch / CdeclNim helper for using C Macros
ridiculousfish / Cdecl Sitecdecl.org
simon-xia / Tiny CdeclA tiny parser for basic C declaration using "Spiral Rule"
ohtorii / Demangledemangle C++ symbole.(gcc,visual_studio)
happy886rr / ICMDICMD注入版, 是一个cmd控制台注入版DLL插件, 通过ICMD.exe将ICMD.DLL注入到cme.exe中, 以便CMD控制台窗口可以调用系统dll中的API函数, 或是调用本地目录中的自制dll函数. 这次提供了32位与64位的 版本,使用一个工程文件选择win32或是 x64编译得到不用位数的程序版本. 改进: 解决了64位API传参的寄存器选择问题, 解决了stdcall, cdecl自适应调用的问题, 用户无需分辨函数是何种调用类型, 以及无需知道API函数 位于哪个dll中. 一次iload 多个dll, 调用API函数 时 ,无需再写dll名字, 非常接近原生C风格的书写语法.