Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 919 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 919 Bytes

ygo-fuzz-framework

A simple fuzz framework I use to fuzz test ygocore yo-gi-oh card game.

1. memory leak

Run ygocore.exe, you can get this game in the link below.

https://f95e1b.link.yunpan.360.cn/lk/surl_yqKswy5qjaZ#/-0

If you get a higher version program, you should change the VERSION parameter in extra_info.py.

Click the first button, which means play with others.

image

Then click the button top right to create a room.

image

Click the button '确定'. It will create a server thread in your local network with port==7911.

image

You should check your IP address, and change ygo_server_addr in leak_ygo.py.

Then just run leak_ygo.py

python3 leak_ygo.py