摘要:https://blog.csdn.net/qq_22200097/article/details/83042424
阅读全文
摘要:http://ico.duduxuexi.com/
阅读全文
摘要:#include "stdafx.h" #include <windows.h> #include <iostream> #include <COMDEF.H> #include <stdio.h> #include <Tlhelp32.h> using namespace std; typedef struct _UNICODE_STRING { USHORT Length; USHORT Ma
阅读全文
摘要:https://blog.csdn.net/weixin_38004638/article/details/91975123' https://www.cnblogs.com/goodAndyxublog/p/11637760.html https://www.cnblogs.com/intsmaz
阅读全文
摘要:#include "stdafx.h" #include <Windows.h> #include <winternl.h> using namespace std; typedef NTSTATUS (WINAPI *PFUN_NtQuerySystemInformation)( _In_ SYSTEM_INFORMATION_CLASS SystemInformationClass, _Ino
阅读全文
摘要:【转】 https://blog.csdn.net/FURY_QQ/article/details/79767228
阅读全文
摘要:BOOL EnableDebugPrivilege() { HANDLE hToken; BOOL fOk=FALSE; if(OpenProcessToken(GetCurrentProcess(),TOKEN_ADJUST_PRIVILEGES,&hToken)) //Get Token { TOKEN_PRIVILEGES tp; tp.PrivilegeCount=1;...
阅读全文
摘要:https://stackoverflow.com/search?q=openprocess+not+open+
阅读全文
摘要:openprocess打不开 如何读取exe路径描述 openprocess打不开 如何读取exe路径描述 https://bbs.pediy.com/thread-210652.htm https://blog.csdn.net/FURY_QQ/article/details/79767228
阅读全文
摘要:https://github.com/processhacker/processhacker#process-hacker https://processhacker.sourceforge.io/downloads.php 工具
阅读全文
摘要:docker与k8s docker与k8s docker与k8s
阅读全文
摘要:https://github.com/processhacker/processhacker/tree/master/tools
阅读全文
摘要:GetFileVersionInfoSizeA
阅读全文
摘要:https://download.sysinternals.com/files/ProcessExplorer.zip
阅读全文
摘要:https://blog.csdn.net/sky101010ws/article/details/55511501 AdjustTokenPrivileges function
阅读全文
摘要:https://www.cnblogs.com/17bdw/p/10355793.html https://blog.csdn.net/mrxyz098/article/details/45244781/
阅读全文
摘要:文件夹里有lib、inicpphcppbprexerestdsocx文件,能否看出此软件使用什么开发的吗?... 文件夹里有lib、ini cpp h cpp bpr exe res tds ocx 文件,能否看出此软件使用什么开发的吗?
阅读全文
摘要:https://blog.51cto.com/jschinamobile/2073572
阅读全文
摘要:multimap 容器保存的是有序的键/值对,但它可以保存重复的元素。multimap 中会出现具有相同键的元素序列,它们会被添加到容器中。multimap 和 map 有相同范围的构造函数,默认的比较键的函数是 less<K>()。multimap 大部分成员函数的使用方式和 map 相同。因为重
阅读全文
摘要:https://www.cnblogs.com/tabjin/articles/11057663.html 令牌错误 https://www.cnblogs.com/FCoding/archive/2012/07/01/2572280.html
阅读全文
摘要:CreateProcessAsUser 函数 如果想通过服务向桌面用户Session 创建一个复杂UI 程序界面,则需要使用CreateProcessAsUser 函数为用户创建一个新进程用来运行相应的程序。打开Interop 类继续添加下面代码: 先看函数原型 BOOL WINAPI Create
阅读全文
摘要:https://www.cnblogs.com/beawesome/p/6473668.html 进程枚举 之类
阅读全文
摘要:HANDLE hToken = NULL; DWORD cursessionid; HMODULE hInstKernel32 = NULL; hInstKernel32 = LoadLibrary("Kernel32.dll"); if (!hInstKernel32) { return; } hWTSGetActiveConsoleSessionId = (WTSGetActiveConsol
阅读全文
摘要:https://pro.arcgis.com/zh-cn/pro-app/help/data/kml/kml-layers.htm
阅读全文
摘要:Hugin简介 Hugin是一个开源的拼接软件,包含大量的拼接所需模块源码以及使用了部分Panorama Tools中的工具。 1)libpano13(Panorama Tools)。 2)cpfind,查找特征点并进行图像匹配。 3)autooptimiase,求取相机参数。 4)nona,rem
阅读全文
摘要:https://blog.csdn.net/u014644870/article/details/79527014
阅读全文
摘要:https://docs.microsoft.com/zh-cn/windows/win32/api/ntsecapi/nf-ntsecapi-lsalookupsids?redirectedfrom=MSDN
阅读全文
摘要:在处理三维网格的时候,会遇到使用点到点距离、点到面距离、面到面距离(只讨论欧氏距离)等信息 https://blog.csdn.net/u011091739/article/details/80817293
阅读全文
摘要:http://www.iciba.com/uninstall
阅读全文
摘要:DirectDraw #include <ddraw.h>
阅读全文
摘要:方位角 俯仰角 经纬度 地球平均半径 度与弧度的转换 赤道周长 子午线周长 维度方向 激光 串口 https://blog.csdn.net/nowayings/article/details/44812201
阅读全文
摘要:脱岗 越线 qimage qpixmap opencv 回调视频采集
阅读全文
摘要:https://blog.csdn.net/MRZHUGH/article/details/83537490
阅读全文
摘要:https://blog.csdn.net/xiaoting451292510/article/details/46729377
阅读全文
摘要:https://blog.csdn.net/qq125096885/article/details/47207171
阅读全文
摘要:https://blog.csdn.net/trustnature/article/details/7849562 ? ? ?
阅读全文
摘要:https://blog.csdn.net/whatday/article/details/24841681 https://www.cnblogs.com/xiaojinma/archive/2012/12/07/2806543.html
阅读全文
摘要:https://bbs.csdn.net/topics/380067075 ? ? ?
阅读全文
摘要:webshell就是以asp、php、jsp或者cgi等网页文件形式存在的一种命令执行环境,也可以将其称做为一种网页后门。黑客在入侵了一个网站后,通常会将asp或php后门文件与网站服务器WEB目录下正常的网页文件混在一起,然后就可以使用浏览器来访问asp或者php后门,得到一个命令执行环境,以达到
阅读全文
摘要:CTime cTime = CTime::GetCurrentTime(); CString msg; msg.Format("%u",cTime .GetTime());
阅读全文
摘要:WriteDataToFile(filename,pJsonData,strlen(pJsonData)+1) 字节流的长度计算 发送的txt 文件是对的 zip exe出现字节计算错误 strlen计算遇到‘\0’
阅读全文
摘要:windbg使用 windbg使用 windbg使用
阅读全文
摘要:使用openssl 加密传输数据 #是否使用SLL连接,1是使用SSLCon=1 配置文件配置是否开启ssl
阅读全文
摘要:c语言开发浏览器插件 senk????sec???
阅读全文
摘要:本地.git库 远程:push 提交以后push才可以到远程库
阅读全文
摘要:https://blog.csdn.net/x_xx_xxx_xxxx/article/details/79867928 PeStudio 主要利用此界面工具 https://blog.csdn.net/longhaoyou/article/details/7309979 pe信息读取文件资源等 h
阅读全文
摘要:https://www.anquanke.com/post/id/147675 yara32.exe 后缀.yar
阅读全文
摘要:https://github.com/JusticeRage/Manalyze.git https://github.com/JusticeRage/Manalyze https://www.freebuf.com/sectool/104378.html
阅读全文
摘要:1、立足信息安全良好赛道,并在其他行业拥有强劲增长点的信息安全公司。 深信服:公司多款安全产品市占率领先,其中VPN产品连续七年市占率第一,VPN应用十分广泛,细分市场规模较大,预计2018年防火墙/VPN市场规模达到80亿元。同时公司拥有强大的渠道能力和研发能力,并积极围绕等保需求布局。此外公司还
阅读全文
摘要:ini配置文件内如果有更新参数 执行更新 更新参数 自动去下载执行????
阅读全文
摘要:{ if( NULL == lpszFileName) { return FALSE; } if (PathFileExists(lpszFileName)) { return TRUE; } else { return FALSE; } } *************************************************************/ { if (PathIsDir
阅读全文
摘要:BCD码 BCD码 BCD码 射频卡编码方式
阅读全文
摘要:???编码方式影响函数调用?? windows与linux不同的函数调用?平台影响 1.多字节 unicode 函数 https://blog.csdn.net/u013407116/article/details/78107868
阅读全文
摘要:8字节数据的DES运算 8字节数据的3DES运算 md5 sha-1
阅读全文
摘要:CWinThread 日志系统 CWinThread 上继承写入日志 CStdioFile 继承文件
阅读全文
摘要:https://www.cnblogs.com/cappuccino/p/3262056.html c++ 模板类 实现的委托机制,c#中大量使用委托机制,c++利用 一个是基于运行时汇编另一类是利用C/C++11编译器特性(泛型可变模板)
阅读全文
摘要:有*32 的就是 专为32位设计的程序 正在以兼容模式运行在64位系统win10系统也自带了很多32位程序,只不过win10更加简明 写上了32bit(位),只要没有异常 就放心用吧
阅读全文
摘要:VS2010 Configuation->Linker->Manifest File->UAC Execution Level-> requireAdministrator
阅读全文
摘要:https://docs.wxwidgets.org/trunk/index.html
阅读全文
摘要:https://blog.csdn.net/chang_ge/article/details/80796266
阅读全文
摘要:https://www.cnblogs.com/qingtian224/p/5833456.html uafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)"解决办法 如果在编译MFC程序
阅读全文
摘要:CRITICAL_SECTION m_cs; //临界区 私有数据成员 pop 数据结构 push 临界区 保护 2.类CCriticalSection的对象表示一个“临界区”,它是一个用于同步的对象,同一时刻只允许一个线程存取资源或代码区。...
阅读全文
摘要:https://blog.csdn.net/lostwifi/article/details/76472868 WTSGetActiveConsoleSessionId WTSEnumerateSessions CreateProcessAsUserA
阅读全文
摘要:https://www.jianshu.com/p/7561bc6305fc https://github.com/virustotal/yara
阅读全文
摘要:webshell D盾 http://www.d99net.net/
阅读全文
摘要:http://dwbpriarie.lofter.com/post/1cd339fc_8cf728c https://www.cnblogs.com/priarieNew/p/9755655.html https://www.cnblogs.com/FCoding/archive/2012/07/0
阅读全文
摘要:git clone 带用户名密码 git使用用户名密码clone的方式: git clone http://username:password@remote eg: username: abc@qq.com, pwd: test, git地址为git@xxx.com/test.git git clo
阅读全文
摘要:https://blog.csdn.net/jilong17/article/details/6663734 已解决。开始hook的spoolss.dll里面的EnumPrinterW函数,应该hook winspool.drv里面的EnumPrinterW函数windows的资料真不全
阅读全文
摘要:http://www.obss.com.cn/
阅读全文
摘要:http://www.webray.com.cn/ 多学习
阅读全文
摘要:为了便于客户端使用数据,逐渐形成了一种非正式传输协议,人们把它称作JSONP,该协议的一个要点就是允许用户传递一个callback参数给服务端,然后服务端返回数据时会将这个callback参数作为函数名来包裹住JSON数据,这样客户端就可以随意定制自己的函数来自动处理返回数据了
阅读全文
摘要:Node采用了一个称为“事件循环(event loop)”的架构,使得编写可扩展性高的服务器变得既容易又安全。提高服务器性能的技巧有多种多样。Node选择了一种既能提高性能,又能减低开发复杂度的架构。这是一个非常重要的特性。并发编程通常很复杂且布满地雷。Node绕过了这些,但仍提供很好的性能。 虽然
阅读全文
摘要:关注一些优秀的软件方案,哪怕是设计文件、exe可执行文件,并不是只有源代码才是有价值的,例如软件著作权都可以看到这个公司的技术方向。 良好的设计,美好的客户体验都是软件价值的一部分,过去,太在意源码的实现。除了源代码,不关心别的 这是错误的 提高工作效率的foxmail之类的 每日表格 每月统计等,
阅读全文
摘要:中文鬼火 开源3d引擎 ogre osg等 libpng png图片处理 jpeg jpg图片库
阅读全文
摘要:OpenGL OpenGL是个专业的3D程序接口,是一个功能强大,调用方便的底层3D图形库。OpenGL的前身是SGI公司为其图形工作站开发的IRIS GL。IRIS GL是一个工业标准的3D图形软件接口,功能虽然强大但是移植性不好,于是SGI公司便在IRIS GL的基础上开发了OpenGL。Ope
阅读全文
摘要:https://blog.csdn.net/firebolt2002/article/details/82049459 https://github.com/svaarala/duktape
阅读全文
摘要:CM_Request_Device_EjectW?? ddk sdk必须安装 https://blog.csdn.net/phmatthaus/article/details/49779585
阅读全文
摘要:https://www.cnblogs.com/nanke/archive/2011/05/10/2042662.html 1.vector<class> &aa,作为函数参数 2.//清理 vector<类指针对象>
阅读全文
摘要:conns.erase(remove(conns.begin(), conns.end(), conn), conns.end());
阅读全文
摘要:kvm xen虚拟化技术 剑桥大学开发,vmware visualbox windows下检测是否安装,注册表读取安装路径 linux下检测是否安装 rpm -qa 列出 判断软件包是否安装,rpm是否是一种低级的方法 如判断usb读取配置文件 日志 等 高级一点的是不是应该考虑libusb方法?u
阅读全文
摘要:https://www.92aq.com/page/4 https://www.vmware.com/security/advisories/VMSA-2016-0024.html
阅读全文
摘要:https://www.anquanke.com/post/id/156704 https://docs.microsoft.com/en-us/windows/win32/etw/retrieving-event-data-using-mof
阅读全文
摘要:OTP Server是一个基于动态口令的身份认证系统,它可以为应用系统提供高安全性的身份认证服务,帮助应用系统提高身份认证的安全性,防止攻击者利用应用系统自身的身份认证安...
阅读全文
摘要:PCRE库支持正则表达式。如果我们在配置文件nginx.conf中使用了正则表达式,那么在编译Nginx时就必须把PCRE库编译进Nginx,因为Nginx的HTTP模块需要靠它.
阅读全文
摘要:mysql web .net c# 查询 漏洞 威胁
阅读全文
摘要:libvirt是提供了一个方便的方式来管理虚拟机和其他虚拟化功能的软件的集合,如存储和网络接口管理。这些软件包括一个API库,一个守护进程(Libvirtd),和一个命令行实用程序(virsh)。 libvirt的首要目标是能够管理多个不同的虚拟化供应商/虚拟机管理程序提供一个单一的方式。例如,命令
阅读全文
摘要:https://www.cnblogs.com/bobshieh/p/5746844.html
阅读全文
摘要:java 学习 (jdk扫描 配置读取 服务器选项 )
阅读全文
摘要:漏洞 自身不安全 容易攻击 正常口令丢失 内外网泄密 文档保护过滤 工业系统安全 云安全 web安全 特种木马 网络设备安全 usb外设 无线 wifi 蓝牙 手机 移动设备安全 代码审计 源代码漏洞
阅读全文
摘要:通信有连接有消息队列选择boost.asio 连接自主管理 消息队列自主管理
阅读全文
摘要:熟悉1553B,FC-AE,AFDX,CAN等航电总线者优先
阅读全文