POST https://xforge.xboxlive.com/v1/catalog/items/search/ HTTP/1.1
Accept: */*
Accept-Language: en-US
Cache-Control: public
Content-Type: application/json
User-Agent: cpprestsdk/2.9.0
Accept-Encoding: gzip, deflate, br
Host: xforge.xboxlive.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <boost/asio.hpp> | |
namespace asio = boost::asio; | |
std::string readline( asio::ip::tcp::socket & socket ) { | |
asio::streambuf buf; | |
asio::read_until( socket, buf, "\n" ); | |
std::string data = asio::buffer_cast<const char*>(buf.data()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Первый шаг, получить список разделов в образе: | |
fdisk -l hive-0.5-12-20171211.img | |
Диск hive-0.5-12-20171211.img: 7 GiB, 7549747200 байтов, 14745600 секторов | |
Единицы измерения: секторов из 1 * 512 = 512 байтов | |
Размер сектора (логический/физический): 512 байт / 512 байт | |
I/O size (minimum/optimal): 512 bytes / 512 bytes | |
Тип метки диска: dos | |
Идентификатор диска: 0x244b7fbe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"count":4, | |
"results":[ | |
{ | |
"score":1.0, | |
"document":{ | |
"productId":"G009SXK652MF", | |
"title":"Mineplex", | |
"description":"Lobby Description...", | |
"contentType":"3PP", |
Install depot_tools and make sure the tools are available in your PATH
variable. You might need to add them to your path manually.
Requirements:
- A rooted Android device with MCPE installed.
- Trigger the crash you want to debug. When your game crashes, DON'T RESTART IT.