티스토리 뷰

Reversing tools/올리 플러그인

OllyEye v0.1

Reverser - J.M.C - 2009. 2. 15. 19:31
반응형
Sometimes we want to find out where in a module the code parsing is done. In the example below, we want to find the code that parses the QuickTime video codecs that are in Windows media player. We know that the codecs support the raw, rle, jpeg, mjpb, and rpza tags, so all we need to do is to search for those tags in our module--in this case, the "quartz.dll" module.

The OllyEye hunter knows that it should check for the video codec’s tags such as code.equals ("rpza") and that in assembly it should be done with the CMP command that represents it. For this reason, it searches for the CMP command that matches the 'rpza' keyword.



'Reversing tools > 올리 플러그인' 카테고리의 다른 글

FullDisasm v2.1  (2) 2009.02.28
StrongOD 0.2.3.322  (0) 2009.02.28
StrongOD 0.2.3.305  (0) 2009.02.15
FullDisasm_OllyDbg v2.0  (0) 2009.02.15
advancedolly1.28  (0) 2009.01.29
X_CRYPTO v1.2  (0) 2009.01.17
ODbgScript.1.66.3.VC6  (0) 2009.01.11
댓글