forked from master131/BlockTheSpot
-
Notifications
You must be signed in to change notification settings - Fork 711
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Json added and necessary changes (#522)
* 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@>
- Loading branch information
Showing
24 changed files
with
2,454 additions
and
1,050 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"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": "" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
Block_Ads=1 | ||
Block_Banner=1 | ||
Enable_Developer=1 | ||
Enable_Auto_Update=1 | ||
;Log system | ||
Enable_Log=0 |
This file contains 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
Oops, something went wrong.