The inside story of the hacker's hacker attack

Source: Internet
Author: User
Tags readfile

Practical practices of the hacker Attacking Technology

We talked about the failure of modifying the EXE, and the game was not garbled.

What's going on?

Master continues

Debug the game (one by one)

Similar 00436767. F3: A5 rep movs dword ptr es: [EDI], dword ptr [esi] Found

However, before it, there are:

Ntdll. kifastsystemcallret

0012fe68 | 76f6bb4d kernel32.getmodulehandlea

Lobal/yukasystemrunning

0012eba0 00489974 ASCII "Default. ini"

0012eb94 00260f48 H

&. ASCII "Default. ini"

0012 EBAC 00260fe8? &. ASCII "system/cgmode2_1.ykg"

0012eb94 00260fe8? &. ASCII "system/backtoselect. yks"

0012eb94 00260fe8? &. ASCII "system/Black. PNG"

0012 EBAC 00260fe8? &. ASCII "system/cgmode. yks"

...........

0043363f |. ff15 94604800 | call dword ptr [<& kernel32.readfile>;/readfile

............

00436767. F3: A5 rep movs dword ptr es: [EDI], dword ptr [esi]

What does this mean?

The master guessed that the configuration file could be read in red, causing the modification to fail.

Next we need to find out the configuration file and find out the culprit.

The storage configuration is nothing more than a registry or a file.

Searching for the Registry is fruitless for half a day.

The files in the game directory are not modified (check the modification date)

Just when the masters are unable to do anything

Sister Kong Shen sent intelligence:

Font in data01.ykc

Yuka.exe and restart start. yks processing, and yukawindowclass

Dynamic Process->
Imports text2yks. DLL-> program into yukawindowclass-> program into system. ykg-> mounts to system. dat-> Search for restart start. yks-> If the parameter is missing, the operation is automatically performed. INI settings

Add a single dish .. Inbound

We found a mysterious system. dat file .....

Weapon: Process Monitor

Introduction:

Monitor file system, registry, process, thread and DLL activity in real-time.

Note: In Vista, only File Monitor is run.

I don't know if this software has a Chinese version.

The key is to set the filter, that is, the filter option, to find out the relevant red

Start capture even to capture events

The mysterious system. dat is in the SAVE directory of the game.

Isn't it a full CG archive?

It's easy to rename or remove system. dat and start the cracked exe

Garbled

Successful!

Import Chinese text and display it normally

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.