Thanks Thanks:  8
Page 3 of 3 FirstFirst 123
Showing results 21 to 27 of 27

Thread: Hardcoding Vendor ID of wlscgen 8.2.1and 8.0.6

  1. #21
    BannedUser Reputation: 479
    Join Date
    2010-01-16
    Posts
    184


    Default Re: Hardcoding Vendor ID of wlscgen 8.2.1and 8.0.6

    the method of changing vendor code is basicaaly the same as the tutorial I released before,

  2. #22
    Member Reputation: 253
    Join Date
    2010-01-20
    Posts
    139


    Default Re: Hardcoding Vendor ID of wlscgen 8.2.1and 8.0.6

    here u go undongled wlscgen 7.1
    Attached Files Attached Files

  3. #23
    Member Reputation: 88
    Join Date
    2009-12-17
    Posts
    163


    Default Re: Hardcoding Vendor ID of wlscgen 8.2.1and 8.0.6

    Hi , i have followed the tutorial made by mayaputra for wlscgen, i'am facing these issues, in the adresse 0045D535 i have no call instruction but i have PUSH 545458??

    Something is wrong ?? , i am still newbie and a i will appreciate your help.....

    BR
    Last edited by jskhalid; 2010-08-25 at 12:02 PM

  4. #24
    VIP Member Reputation: 2339 ali56s's Avatar
    Join Date
    2008-07-07
    Location
    Near God
    Posts
    1,112


    Default Re: Hardcoding Vendor ID of wlscgen 8.2.1and 8.0.6

    Quote Originally Posted by 008348 View Post
    @TEMS and yazzzing

    If you don't know how to get VLM_morphId(914890EA), here is a simple way :
    1. Load Wlscgen7.1.exe into W32Dasm.
    2. At the Entry Point, patch the code to :
    :0045D530 push 914890EA
    :0045D535 call 0043D43A <-- _VLM_morphId()
    3. F2 set a break point at
    0045D535 call 0043D43A
    Execute the "Single Step Thru" (F8) twice.
    4. After the call, eax=BE89XXXX, this is VLM_MORPHID(914890EA).
    5. Terminate the Process.
    Then modify wlscgen8.2.1(don't need to unpack) offsets 00148beeh and 00148befh: "D6 59" to "XX XX" with the help of hex editer, for example: UltraEdit-32.
    plz explain for:
    At the Entry Point, patch the code to :
    :0045D530 push 914890EA
    :0045D535 call 0043D43A <-- _VLM_morphId()

  5. #25
    Member Reputation: 253
    Join Date
    2010-01-20
    Posts
    139


    Default Re: Hardcoding Vendor ID of wlscgen 8.2.1and 8.0.6

    Ali dnload the attachement provided by me 2 post above it has utility to generate undongled wlscgen 7.1 load this file into olly now press spacebar to assemble new the above commands

  6. #26
    VIP Member Reputation: 2339 ali56s's Avatar
    Join Date
    2008-07-07
    Location
    Near God
    Posts
    1,112


    Default Re: Hardcoding Vendor ID of wlscgen 8.2.1and 8.0.6

    Quote Originally Posted by yogi_saw View Post
    Ali dnload the attachement provided by me 2 post above it has utility to generate undongled wlscgen 7.1 load this file into olly now press spacebar to assemble new the above commands
    thanks alot
    but i need it for wlscgen 8.2.1.5
    BR

  7. #27
    Member Reputation: 253
    Join Date
    2010-01-20
    Posts
    139


    Default Re: Hardcoding Vendor ID of wlscgen 8.2.1and 8.0.6

    U have to read carefully wat i m instructing is for 8.2 but this exercise has to be done on 7.1 coz we dont need to find address of vlmorphid function in 8.2 which is known in 7.1
    see the value of ax after the call executed that is really of ur choice...read carefully wat 8348 has written

Bookmarks

Bookmarks

Posting Rules

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