编程语言共17篇

最”干净”的python文件打包exe工具包(py-exe 1.20正式版)

最
如下图所示,此次升级更新了更多'新'功能,最为突出的当属'打包故障一键修复','自动下载所需打包py文件的相关配置模块'    
三伏云逸的头像-弘客联盟三伏云逸6个月前
05815

写一个usb的案例程序,插入U盘给个提示

//写一个usb的案例程序,插入U盘给个提示 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <...
狼毛的头像-弘客联盟狼毛3年前
011315

转-菜鸟KOF97单文件版本制作记

我是个KOF迷,自从上初中以来就对KOF情有独钟,(没少被老爸K)尤其是KOF97版本更是喜欢的很,从有了电脑开始,WinKawaks模拟器就一直常驻我的硬盘,模拟最多的游戏就是KOF97,自己的键盘也快不行...
狼毛的头像-弘客联盟狼毛3年前
08515

干货 | 如何通过HackerOne快速提升挖洞水平和经验

干货 | 如何通过HackerOne快速提升挖洞水平和经验-弘客联盟
最近在Github上刷到了这个项目,非常不错,我觉得可以分享给大家https://github.com/reddelexc/hackerone-reports该项目爬取了HackerOne上前100的漏洞报告,而且分门别类了,不同的漏洞类型和不...
狼毛的头像-弘客联盟狼毛2年前
025715

写一段vmp3.0脱壳的程序(来自AI)

// 写一段vmp3.0脱壳的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <sys/types.h&g...
狼毛的头像-弘客联盟狼毛3年前
07915

挖掘linux系统程序里栈溢出的程序(来自AI)

//挖掘linux系统程序里栈溢出的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <s...
狼毛的头像-弘客联盟狼毛3年前
04214

写一段监控网络包的程序

// 写一段监控网络包的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/socket.h> #include <arpa/ine...
狼毛的头像-弘客联盟狼毛3年前
08814

关于win10系统安装vc++6.0的方法及其如干问题

关于win10系统安装vc++6.0的方法及其如干问题-弘客联盟
 首先上网搜索vc++6.0英文版之后解压压缩包(注意,没有这步打不开)然后找到SETUP.EXE文件进行安装按照英文翻译一步步来,产品ID遇到必填的情况可自己随意输入数字安装完之后会遇到若干弹窗,...
duck不会dunk的头像-弘客联盟duck不会dunk3年前
05513

写一段封指定ip的程序

// 写一段封指定ip的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet...
狼毛的头像-弘客联盟狼毛3年前
05511

转-脱壳之未知加密壳

脱壳之未知加密壳 d2f1e98d25194326.pdf下载pdf文件7.0M 
狼毛的头像-弘客联盟狼毛3年前
05810