Results 1 to 3 of 3

Thread: ใครช่วยสอนวิธี Crack Program EditPlus ทีครับ

  1. #1
    Junior Member
    Join Date
    May 2004
    Location
    Thailand
    Posts
    9


    ใครช่วยสอนวิธี Crack Program EditPlus ทีครับ

    ช่วยบอกวิธีแก้ โดยใช้ SoftICE ทีนะครับ ผมลองทำแล้วแต่ทำไม่ได้อ่ะครับ ไม่รู้ว่าต้องไปเปลี่ยนจาก jump เป็น no jump ตรงไหน
    แล้ว GetDlgTextA กับ GetWindowTextA มันต่างกันยังไงเหรอครับ ไม่ค่อยเข้าใจอ่ะครับ เพิ่งเริ่มฝึกหัด

  2. #2
    Administrator asylu3's Avatar
    Join Date
    Jun 2000
    Location
    Thailand
    Posts
    3,557


    Re: ใครช่วยสอนวิธี Crack Program EditPlus ทีครับ

    คำสั่งทั้ง GetDlgText และ GetWindowText เป็นคำสั่ง get ค่าของตัวอักษร ของ dialog และ หน้าต่าง windows ตามลำดับ ตัว GetWindowText มีการ implement ไว้สามแบบดังนี้ โดยเมื่อ method เหล่านี้ทำงานเสร็จจะ return ค่าความยาวของตัวอักษรออกมา(ไม่รวม terminate character)

    Code:
    int GetWindowText(
    LPTSTR lpszStringBuf, 
    int nMaxCount )
    const;

    Code:
    BOOL GetWindowText(
    BSTR* pbstrText );

    Code:
    BOOL GetWindowText(
    BSTR& bstrText );

  3. #3
    Junior Member
    Join Date
    May 2004
    Location
    Thailand
    Posts
    9


    Re: ใครช่วยสอนวิธี Crack Program EditPlus ทีครับ

    อืม เข้าใจยากแฮะ โทษนะครับ คุณ Admin มี msn ไหมครับ อยากคุยด้วยจัง

Similar Threads

  1. EditPlus 3.0
    By Asos in forum Window Application
    Replies: 1
    Last Post: 24-02-2008, 02:21 PM
  2. RE EditPlus by Ollydbg
    By Edkung_ in forum Reverse Engineering
    Replies: 1
    Last Post: 11-01-2008, 11:58 AM
  3. Basic Program for Crack & Tutorial
    By Edkung_ in forum Reverse Engineering
    Replies: 0
    Last Post: 12-06-2007, 04:58 PM
  4. Replies: 3
    Last Post: 18-05-2007, 07:31 PM
  5. Replies: 8
    Last Post: 08-10-2006, 05:53 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •