// so2lib.cpp : create a lib export table for vc by dll/so. // 1.2 by philsong@techtrex.com // modify base at a project "CodeProject Create your Proxy DLLs automatically", // reference 《为无LIB的DLL制作LIB函数符号输入库 - VC知识库文章》 // and resolve the problem of article 《MinGW 编译的DLL在VC中使用的问题》
2022-08-04 09:23:12 6KB cygwin mingw lib so
1
32位--64位互转小插件,可安装可不安装,做音乐用于.Dll文件的转换
2022-02-18 17:35:24 1.14MB DLL转换
1
DLLToC绿色版dll转换c代码工具,代码反编译工具,很实用。
2021-12-24 10:57:10 3.2MB DLLTOC
1
:frog: 青蛙自动扫描 :dog_face: 总督为国防规避和进攻安全 总督 Golang的反射式DLL注入的Shellcode实现。 将DLL转换为与位置无关的Shellcode 非常感谢Sliver项目和leoloobeek 用法 srdi.exe [dllName] [Args(不必要)] [entryPoint(不必要)] PS D:\> .\srdi.exe .\Outflank-PsC.dll Outflank-PsC.bin PS D:\> .\loader.exe .\Outflank-PsC.bin 1 Mess with the banana, die like the... banana? -------------------------------------------------------------------- [+] ProcessName: svchost.exe
2021-10-08 19:03:31 77KB Go
1
pb10调用base64.dll,实现将图片转换成base64编码,将base64编码转换成图片 函数声明 function long GetFileEncode64(ref string filename, ref string encode64)library "base64" alias for "GetFileEncode64;Ansi" function long Base64Decode(ref blob ouput, ref string input ,long inputlen)library "base64" alias for "Base64Decode;Ansi" 调用实例 string ls_filename,ls_ret long num blob lb_file blob{10000000} lb_ret//初始化足够大的空间, ls_filename="K:\\照片0034_001_001.jpg"//要编码的图片完整路径名 ls_ret=space(10000000)//初始化足够大的空间接受返回的编码 num=GetFileEncode64(ls_filename, ls_ret)//base64编码 ls_ret=trim(ls_ret) //-------解码---通过blob类型变量接收,一定要初始化足够空间大小 num=len(ls_ret) num=Base64Decode(lb_ret, ls_ret,num)//解码 p_1.setpicture(lb_ret)//图片控件中显示
2021-05-13 11:12:14 888KB pb base64 图片
1
O2S.Components.PDFRender4NET(DLL+转换源码类,绝对保证无水印无需破解能用) pdf转图片案例。
2019-12-21 20:00:32 448KB PDF images pdf2img PDFRender4NET
1