首页
社区
课程
招聘
使用
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-10 13:13
0
[转帖]OllyDbg v2.00 Alpha 4

等有正式发布时版再去看
现在应该没有好的版本
呵呵
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-10 12:24
0
[转帖]OllyDbg v2.00 Alpha 4
odbg200d.zip 下载使用
感觉烂弊了

实际上这是为作者忽攸人的阉割版
odbg20 版中只有个EXE主程序
无法使用PLUGINS 以及任何脚本
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-7 17:51
0
[求助]请教一个fasm的问题
>>我QQ4159175,可以加我一起研讨。。
>>国内搞fasm的人忒少,相关资料也是甚少。。。。 很多都需要自己去不断的尝试和学习。。
今年过年的时候
还有安装QQ
过完年后就移除了(因为... 某些缘故)

所以还是论坛讨论吧
在一蓑烟雨网名CCHLord那边论坛也可以
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-7 17:48
0
[求助]请教一个fasm的问题

敝人喜好研究相关Assembler
像是MASM TASM FASM NASM Poasm GoAsm RadASM HLA 等

FASM 的秘笈真是少的可怜
难道FASM 不能RC 嘛
难道不能混合编程嘛
真奇怪啊
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-7 15:59
0
[求助]请教一个fasm的问题
>>这样就可以和masm的取局部变量的addr一样了。。  呵呵,自己慢慢封装吧。。。
那再请教
哪里何处有比较全套的MACRO
FASM 程序怎都没有RC RES
看了好几个范例 都没有这方面的相关Document
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-7 08:53
0
[求助]请教一个fasm的问题
>> callw  DefWindowProc, [hwnd], [wmsg], [wparam], [lparam]
>> callw  PostQuitMessage,0
稍微看了一下内容
callw 是什么
楼主你自定义的嘛

应该是这样才对
invoke        DefWindowProc,[hwnd],[wmsg],[wparam],[lparam]
invoke        PostQuitMessage,0
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-7 08:41
0
[求助]请教一个fasm的问题
我也在正学用FASM 用法
MY_MACRO.INC 的原型定义是什么
请楼主放上来吧
谢谢
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-5 17:38
0
[分享]PhantOm V1.25 修正
>>根据UNPACKCN上的信息修正的。   
>>原帖
>> http://www.unpack.cn/viewthread.php?tid=23771&extra=page%3D1

是根据这改的嘛
Replace CC to 90 at B7E2 (40C3E2)
CC -> 90 就可以了喔

之前大家都说不稳定
决定还是等下一版次再更新
呵呵
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-5 08:18
0
[求助]软件加密工具,只能使用一个月。lincese manager
google 找了十几页没找到
楼主是否记错了
"title是specif..."
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-5 07:51
0
[原创]编程工具之Grep 使用介绍
譬如说我有个Borland C++ Builder6 Include 路径中有这么多东西
D:\OO\Bcb6\Include\*.h
想找个凡是头档中有函数"CreateWindow" 文字
此时就使用这方式
D:\OO\_Grep\grep20dw\grep.exe -A 1 -n -S "CreateWindow" D:\OO\Bcb6\Include\*.h

D:\OO\Bcb6\Include\
 <DIR>      2007/07/02  0:40   +--Mfc
 <DIR>      2007/07/02  0:40   |  +--Chs
 <DIR>      2007/07/02  0:40   |  +--Cht
 <DIR>      2007/07/02  0:40   |  +--Deu
 <DIR>      2007/07/02  0:40   |  +--Esp
 <DIR>      2007/07/02  0:40   |  +--Fra
 <DIR>      2007/07/02  0:40   |  +--Ita
 <DIR>      2007/07/02  0:40   |  +--Jpn
 <DIR>      2007/07/02  0:40   |  +--Kor
 <DIR>      2007/07/02  0:40   |  \--res
 <DIR>      2007/07/02  0:41   +--Atl
 <DIR>      2007/07/02  0:41   +--Gl
 <DIR>      2007/07/02  0:41   +--Idl
 <DIR>      2007/07/02  0:41   +--Rw
 <DIR>      2007/07/02  0:41   +--Sys
 <DIR>      2007/07/02  0:41   +--Vcl
 <DIR>      2007/07/02  0:41   +--Config
 <DIR>      2007/07/02  0:41   +--oldstl
 <DIR>      2007/07/02  0:41   +--stl
 <DIR>      2007/07/02  0:41   |  \--debug
 <DIR>      2007/07/02  0:41   +--Stlport
 <DIR>      2007/07/02  0:41   +--Using
      1393  2004/06/17 22:30   |  +  cstring
       107  2004/06/17 22:30   |  +  export
       637  2004/06/17 22:30   |  +  fstream
       252  2004/06/17 22:30   |  +  iomanip
      1321  2004/06/17 22:30   |  +  ios
      2128  2004/06/17 22:30   |  +  iosfwd
       332  2004/06/17 22:30   |  +  iostream
       442  2004/06/17 22:30   |  +  istream
      2375  2004/06/17 22:30   |  +  locale
       284  2004/06/17 22:30   |  +  ostream
       608  2004/06/17 22:30   |  +  sstream
       173  2004/06/17 22:30   |  +  streambuf
       173  2004/06/17 22:30   |  \  strstream
       624  2004/06/17 22:30   +  HASH_MAP.H
       624  2004/06/17 22:30   \  HASH_SET.H



[D:\OO\_Grep\grep20dw]D:\OO\_Grep\grep20dw\grep.exe -A 1 -n -S "CreateWindow" D:\OO\Bcb6\Include\
*.h
D:\OO\Bcb6\Include\commctrl.h:6033:            CreateWindow(ANIMATE_CLASS, NULL,           \
D:\OO\Bcb6\Include\commctrl.h-6034-                dwStyle, 0, 0, 0, 0, hwndP, (HMENU)(id), hInst
ance, NULL)
--
D:\OO\Bcb6\Include\dispdib.h:208:    return CreateWindow(DISPLAYDIB_WINDOW_CLASS,"",dwStyle,0, 0,

D:\OO\Bcb6\Include\dispdib.h-209-            GetSystemMetrics(SM_CXSCREEN),GetSystemMetrics(SM_CY
SCREEN),
--
D:\OO\Bcb6\Include\mapinls.h:118:#define CreateWindowA                                  CreateWin
dow
D:\OO\Bcb6\Include\mapinls.h-119-#define RegisterClassA                                 RegisterC
lass
--
D:\OO\Bcb6\Include\winuser.h:1284:CreateWindowStationA(
D:\OO\Bcb6\Include\winuser.h-1285-    IN LPCSTR              lpwinsta,
--
D:\OO\Bcb6\Include\winuser.h:1292:CreateWindowStationW(
D:\OO\Bcb6\Include\winuser.h-1293-    IN LPCWSTR              lpwinsta,
--
D:\OO\Bcb6\Include\winuser.h:1298:#define CreateWindowStation  CreateWindowStationW
D:\OO\Bcb6\Include\winuser.h-1299-#else
D:\OO\Bcb6\Include\winuser.h:1300:#define CreateWindowStation  CreateWindowStationA
D:\OO\Bcb6\Include\winuser.h-1301-#endif // !UNICODE
--
D:\OO\Bcb6\Include\winuser.h:3568: * Special value for CreateWindow, et al.
D:\OO\Bcb6\Include\winuser.h-3569- */
--
D:\OO\Bcb6\Include\winuser.h:3579:CreateWindowExA(
D:\OO\Bcb6\Include\winuser.h-3580-    IN DWORD dwExStyle,
--
D:\OO\Bcb6\Include\winuser.h:3595:CreateWindowExW(
D:\OO\Bcb6\Include\winuser.h-3596-    IN DWORD dwExStyle,
--
D:\OO\Bcb6\Include\winuser.h:3609:#define CreateWindowEx  CreateWindowExW
D:\OO\Bcb6\Include\winuser.h-3610-#else
D:\OO\Bcb6\Include\winuser.h:3611:#define CreateWindowEx  CreateWindowExA
D:\OO\Bcb6\Include\winuser.h-3612-#endif // !UNICODE
--
D:\OO\Bcb6\Include\winuser.h:3614:#define CreateWindowA(lpClassName, lpWindowName, dwStyle, x, y,
\
D:\OO\Bcb6\Include\winuser.h-3615-nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)\
D:\OO\Bcb6\Include\winuser.h:3616:CreateWindowExA(0L, lpClassName, lpWindowName, dwStyle, x, y,\
D:\OO\Bcb6\Include\winuser.h-3617-nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)
D:\OO\Bcb6\Include\winuser.h:3618:#define CreateWindowW(lpClassName, lpWindowName, dwStyle, x, y,
\
D:\OO\Bcb6\Include\winuser.h-3619-nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)\
D:\OO\Bcb6\Include\winuser.h:3620:CreateWindowExW(0L, lpClassName, lpWindowName, dwStyle, x, y,\
D:\OO\Bcb6\Include\winuser.h-3621-nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam)
--
D:\OO\Bcb6\Include\winuser.h:3623:#define CreateWindow  CreateWindowW
D:\OO\Bcb6\Include\winuser.h-3624-#else
D:\OO\Bcb6\Include\winuser.h:3625:#define CreateWindow  CreateWindowA
D:\OO\Bcb6\Include\winuser.h-3626-#endif // !UNICODE
--\OO\Bcb6\Include\Mfc
D:\OO\Bcb6\Include\Mfc\afxctl.h:835:    void CreateWindowForSubclassedControl();
D:\OO\Bcb6\Include\Mfc\afxctl.h-836-    BOOL IgnoreWindowMessage(UINT msg, WPARAM wParam, LPARAM
lParam,
--
D:\OO\Bcb6\Include\Mfc\afxcview.h:76:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxcview.h-77-
--
D:\OO\Bcb6\Include\Mfc\afxcview.h:103:  virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxcview.h-104-
--
D:\OO\Bcb6\Include\Mfc\afxext.h:205:    virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxext.h-206-    virtual void PostNcDestroy();
--
D:\OO\Bcb6\Include\Mfc\afxext.h:294:    BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxext.h-295-    BOOL AllocElements(int nElements, int cbElement);
--
D:\OO\Bcb6\Include\Mfc\afxext.h:848:    virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxext.h-849-    // printing support
--
D:\OO\Bcb6\Include\Mfc\afxrich.h:199:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxrich.h-200-
--
D:\OO\Bcb6\Include\Mfc\afxwin.h:1981:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxwin.h-1982-
--
D:\OO\Bcb6\Include\Mfc\afxwin.h:3258:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxwin.h-3259-   virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
--
D:\OO\Bcb6\Include\Mfc\afxwin.h:3363:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxwin.h-3364-   virtual BOOL LoadFrame(UINT nIDResource,
--
D:\OO\Bcb6\Include\Mfc\afxwin.h:3429:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxwin.h-3430-   virtual BOOL LoadFrame(UINT nIDResource, DWORD dwDefaultS
tyle,
--
D:\OO\Bcb6\Include\Mfc\afxwin.h:3519:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxwin.h-3520-
--
D:\OO\Bcb6\Include\Mfc\afxwin.h:3633:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxwin.h-3634-   virtual void PostNcDestroy();
--
D:\OO\Bcb6\Include\Mfc\afxwin.h:3686:   virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
D:\OO\Bcb6\Include\Mfc\afxwin.h-3687-
--\OO\Bcb6\Include\Atl
D:\OO\Bcb6\Include\Atl\atlwin.h:179:            m_hWnd = ::CreateWindowEx(dwExStyle, lpstrWndClas
s, szWindowName,
D:\OO\Bcb6\Include\Atl\atlwin.h-180-                    dwStyle, rcPos.left, rcPos.top, rcPos.rig
ht - rcPos.left,
--
D:\OO\Bcb6\Include\Atl\atlwin.h:192:            m_hWnd = ::CreateWindowEx(dwExStyle, lpstrWndClas
s, szWindowName,
D:\OO\Bcb6\Include\Atl\atlwin.h-193-                    dwStyle, lpRect->left, lpRect->top, lpRec
t->right - lpRect->left,
--
D:\OO\Bcb6\Include\Atl\atlwin.h:2183:   HWND hWnd = ::CreateWindowEx(dwExStyle, (LPCTSTR)MAKELONG
(atom, 0), szWindowName,
D:\OO\Bcb6\Include\Atl\atlwin.h-2184-           dwStyle, rcPos.left, rcPos.top, rcPos.right - rcP
os.left,
--
D:\OO\Bcb6\Include\Atl\atlwin.h:2697:           HWND hWnd = ::CreateWindowEx(dwExStyle, (LPCTSTR)
MAKELONG(atom, 0), szWindowName,
D:\OO\Bcb6\Include\Atl\atlwin.h-2698-                                                           d
wStyle,

雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-5 07:22
0
[原创]编程工具之Grep 使用介绍
刚刚找到一个 GNU grep version 2.0d 版。
这里可以下载使用 GREP20d_WIN.ZIP
(它包含能直接使用的grep.exe 以及C source code
喜欢编程者可以演究source code)。

这是for Windows 的版本,打入 grep.exe -?
一样也就列出使用参数。

看起来比我之前介绍的Grep版本参数还要多。
算是增强版不错用,
呵呵!

D:\OO\_Grep\grep20dw\grep.exe
[D:\OO\_Grep\grep20dw]D:\OO\_Grep\grep20dw\grep.exe -?
D:\OO\_Grep\grep20dw\grep.exe: option requires an argument -- ?
GNU grep version 2.0d

SYNOPOSIS
grep [-[[AB] ]<num>] [-[CEFGLSVbchilnqsvwx?]] [-[ef]] <expr> [<files...>]

DESCRIPTION

Grep searches the named input files (or standard input if no files are named, or
the file name - is given) for lines containing a match to the given pattern.
By default, grep prints the matching lines.  There are three major variants of

grep, controlled by the following options.
-G Interpret pattern as a basic regular expression (see below).  This is
   the default.
-E Interpret pattern as an extended regular expression (see below).
-F Interpret pattern as a list of fixed strings, separated by newlines,
   any of which is to be matched.

In addition, two variant programs egrep and fgrep are available.  Egrep is
similiar (but not identical) to "grep -E", and is compatible with the
historical Unix egrep.  Fgrep is the same as "grep -F".

All variants of grep understand the following options:

-num Matches will be printed with num lines of leading and trailing
    context.  However, grep will never print any given line more than once.
-A  "num" Print num lines of trailing context after matching lines.
-B  "num" Print num lines of leading context before matching lines.
-C  Equivalent to -2.
-S  Search subdirectories.
-V  Print the version number of grep to standard error.  This version
    number should be included in all bug reports (see below).
-b  Print the byte offset within the input file before each line of output.
-c  Suppress normal output; instead print a count of matching lines for
    each input file.  With the -v option (see below), count non-matching
    lines.
-e  "pattern" Use pattern as the pattern; useful to protect patterns
    beginning with -.
-f  "file" Obtain the pattern from file.
-h  Suppress the prefixing of filenames on output when multiple files are
    searched.
-i  Ignore case distinctions in both the pattern and the input files.
-L  Suppress normal output; instead print the name of each input file from
    which no output would normally have been printed.
-l  Suppress normal output; instead print the name of each input file from
    which output would normally have been printed.
-n  Prefix each line of output with the line number within its input file.
-q  Quiet; suppress normal output.
-s  Suppress error messages about nonexistent or unreadable files.
-v  Invert the sense of matching, to select non-matching lines.
-w  Select only those lines containing matches that form whole words.  The
    test is that the matching substring must either be at the beginning of
    the line, or preceded by a non-word constituent character.  Similarly,
    it must be either at the end of the line or followed by a non-word
    constituent character.  Word-constituent characters are letters, digits,
    and the underscore.
-x  Select only those matches that exactly match the whole line.
-?  Displays this help.

Win32 port with subdirectory search created by Tim Charron
(full source available at http://www.interlog.com/~tcharron/grep.html)
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-4 12:13
0
[求助]请问exe文件被加了老王怎么破解?
exe文件被加了老王
是exe文件 被加了EPE 壳吧

文字不宜过于简略
作文词不达意拿回去从写一遍
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-4 09:21
0
[下载]放个私藏的脱常规壳的脱壳器
接着测试了一下
加了壳的cvas.exe 很讨厌
不怎好用 三分钟后删除了
还不如使用FFI 还比较好用

楼主自己留着用吧
虽然用不着还是谢谢了
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-4 08:59
0
[下载]放个私藏的脱常规壳的脱壳器
>>还不如造福一下脱壳初学者呢
>>由于饮水思源的原因,给加一下密,慢就慢点,也能用
是这缘故嘛
cvas.exe 加了垃圾壳
Themida/WinLicense V1.8.2.0
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-4 08:28
0
[推荐]国外网站弄的UnThemida3.0,不知道对大家有没有用
谢谢楼主
关于Themida 脱壳机
没有见过能成功的
下载会浪费电所以不下了
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-4 08:05
0
[下载]Matlab 2008a
Matlab啊
这直译式的 类似BASIC 语言
始终不喜欢用
所以也不会用
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-4 07:23
0
[分享]新编Win32API大全(中文版)?!
我也是如此觉得
这CHM没有什么用处
缺了一大堆内容

这样啊
那建议你还是买一本砖头书吧
随侍在案及时参阅
比什么EBOOK 都完整

另外
你可以看一下Win32.hlp
在许多C++ 编程语言中都有附
单单一个Win32.hlp 将近25MB
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-4 05:37
0
[分享]新编Win32API大全(中文版)?!
编辑日期是2008
那就算是最新的
收集一个吧
谢谢
雪    币: 234
活跃值: (10)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
cchpro 2008-4-4 05:35
0
[ZT]PhantOm plugin 1.25
这PhantOm plugin 1.25
大多数人都无法使用
该不会由于是四月一日的原因
呵呵
精华数
RANk
234
雪币
10
活跃值
关注数
粉丝数
0
课程经验
0
学习收益
0
学习时长
基本信息
  能力排名: No.3222
  等    级: LV3
活跃值  活跃值:活跃值
  在线值:
  浏览人数:227
  最近活跃:----
  注册时间:2005-01-16
勋章
能力值

账号登录
验证码登录

忘记密码?
没有账号?立即免费注册