编程语言共17篇

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

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

写一段监控网络包的程序

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

Python常用单词

Python最常用的单词 20240531164504733-Python常用单词.xlsx下载xlsx文件18.8K 
清风的头像-弘客联盟清风2年前
01518

写一段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年前
08915

黑客黑页代码

<!DOCTYPE html><html><head><title>Matrix</title><style>body {margin: 0;overflow: hidden;background-color: black;}canvas {position: fixed;top: 0;...
HUC-风OK的头像-弘客联盟HUC-风OK1年前
01847

写一段对pe文件分析的程序(仅供参考,来自AI)

// 写一段对pe文件分析的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <sys/types.h...
狼毛的头像-弘客联盟狼毛3年前
0537

论一只木马的自我修养(一)

论一只木马的自我修养(一)-弘客联盟
免责声明本人于本论坛分享的技术均基于学术交流与技术探讨目的,旨在促进网络安全技术发展及行业进步。禁止非法用途:所有内容严禁用于任何违反法律法规、破坏网络安全或侵害他人合法权益的行为...
木华轻尘的头像-弘客联盟木华轻尘1年前
01417

写一段封指定ip的程序

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

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

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

写一个挖掘linux系统里堆溢出的程序

//写一个挖掘linux系统里堆溢出的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #define ERR_EXIT(m) \ do \ { \ perror(m);...
狼毛的头像-弘客联盟狼毛3年前
0455