Link:
https://my.vmware.com/cn/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation/10_0
Link:
https://my.vmware.com/cn/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation/10_0
Delphi Tips Explorer 2007 v3.0 – Delphi Code Library Give you the famous library of codes Delphi Delphi Tips Explorer Library very, very important for the novice and the professional Containing a wide range of codes and characterized by its small size , less than 10 Mega After the pressure does not exceed 3 MB Compared to the huge library Ultimate Delphi CodeBank about 280 Mega
a plugin to find all code paths between two functions. This can significantly narrow down the number of paths that require investigation
插件地址:https://code.google.com/p/idapathfinder
原文链接:http://www.devttys0.com/2013/04/finding-all-paths-between-two-functions-in-ida/
Milan’s useful functions for Hex-Rays decompiler
================================================
New hexrays features:
Assist in creation of new structure definitions / virtual calls detection
===========================================================================
基于libgpod-0.8.3构建,原代码请访问http://gtkpod.org/libgpod/ ,代码地址:http://code.h4ck.org.cn/libgpod-0.8.3-for-windows
Glib是一个多种用途的工具库,它提供许多有用的数据类型,宏定义,类型变换,字符串工具,文件工具,主循环的抽象等等。它可以用于许多类-UNIX平台、Windows,OS/2和BeOS中。GLib在GNU库通用公共许可(GNU LGPL)下发布。
GLib的主要策略是除了数据结构管理功能以外所有的功能都是线程安全的。如果你有两个线程关联系统的数据结构,他们必须使用锁来同步他们的操作。
其实并没有去刻意的要使用这个库,并且所谓的跨平台的东西配置起来都不是那么的容易的。之所以要用这个东西是因为要编译libgpod的代码,网上的说明文件不少,但是代码迁移到windows还是不少的问题的。
官方网站上提供了不少的文件和资源包,为了方便建议直接下载all-in-one bundle,猛击此处下载,猛击此处访问官方下载页面。
下载后解压到某个目录下,我这里是解压到了D:\glib2.28.8,下面的配置以这个路径为例,如果你的不是,那么请自行修改相关路径。打开项目的属性,切换到VC++ Directory标签页,修改如下两项配置: