mirror of
https://github.com/mrpond/BlockTheSpot.git
synced 2025-05-19 15:54:13 +02:00
* Fixed parameter error for x64 architecture. * code cleanup and a few edits * libcef library added * Json added and necessary changes * Update README.md * Update README.md * some fixes in json code * added "contains" function to json class * Added Install-VcRedist function * MemoryScanner updated and some changes in code --------- Co-authored-by: Yolilad <Yolilad@>
96 lines
No EOL
2.8 KiB
JSON
96 lines
No EOL
2.8 KiB
JSON
{
|
|
"Cef Offsets": {
|
|
"x64": {
|
|
"cef_request_t_get_url": 48,
|
|
"cef_zip_reader_t_get_file_name": 72,
|
|
"cef_zip_reader_t_read_file": 112
|
|
},
|
|
"x32": {
|
|
"cef_request_t_get_url": 24,
|
|
"cef_zip_reader_t_get_file_name": 36,
|
|
"cef_zip_reader_t_read_file": 56
|
|
}
|
|
},
|
|
"Developer": {
|
|
"x64": {
|
|
"Signature": "80 E3 01 48 8B 95 ?? ?? ?? ?? 48 83 FA 10",
|
|
"Value": "B3 01 90",
|
|
"Offset": 0,
|
|
"Address": 0
|
|
},
|
|
"x32": {
|
|
"Signature": "25 01 FF FF FF 89 ?? ?? ?? FF FF",
|
|
"Value": "B8 03 00",
|
|
"Offset": 0,
|
|
"Address": 0
|
|
}
|
|
},
|
|
"Zip Reader": {
|
|
"home-hpto.css": {
|
|
"hptocss": {
|
|
"Signature": ".WiPggcPDzbwGxoxwLWFf{display:-webkit-box;display:-ms-flexbox;display:flex;",
|
|
"Value": ".WiPggcPDzbwGxoxwLWFf{display:-webkit-box;display:-ms-flexbox;display:none;",
|
|
"Offset": 0,
|
|
"Fill": 0,
|
|
"Address": 0
|
|
}
|
|
},
|
|
"xpui.js": {
|
|
"adsEnabled": {
|
|
"Signature": "adsEnabled:!0",
|
|
"Value": "1",
|
|
"Offset": 12,
|
|
"Fill": 0,
|
|
"Address": 0
|
|
},
|
|
"ishptohidden": {
|
|
"Signature": "isHptoHidden:!0",
|
|
"Value": "1",
|
|
"Offset": 14,
|
|
"Fill": 0,
|
|
"Address": 0
|
|
},
|
|
"sponsorship": {
|
|
"Signature": ".set(\"allSponsorships\",t.sponsorships)}}(e,t);",
|
|
"Value": "\"",
|
|
"Offset": 5,
|
|
"Fill": 15,
|
|
"Address": 0
|
|
},
|
|
"skipsentry": {
|
|
"Signature": "sentry.io",
|
|
"Value": "localhost",
|
|
"Offset": 0,
|
|
"Fill": 0,
|
|
"Address": 0
|
|
},
|
|
"hptoEnabled": {
|
|
"Signature": "hptoEnabled:!0",
|
|
"Value": "1",
|
|
"Offset": 13,
|
|
"Fill": 0,
|
|
"Address": 0
|
|
},
|
|
"sp_localhost": {
|
|
"Signature": "sp://ads/v1/ads/",
|
|
"Value": "sp://localhost//",
|
|
"Offset": 0,
|
|
"Fill": 0,
|
|
"Address": 0
|
|
},
|
|
"premium_free": {
|
|
"Signature": "e.session?.productState?.catalogue?.toLowerCase()",
|
|
"Value": "\"\"",
|
|
"Offset": -1,
|
|
"Fill": 48,
|
|
"Address": 0
|
|
}
|
|
}
|
|
},
|
|
"Block List": [
|
|
"/ads/",
|
|
"/ad-logic/",
|
|
"/gabo-receiver-service/"
|
|
],
|
|
"Latest Release Date": ""
|
|
} |