Commit Graph

28 Commits

Author SHA1 Message Date
pizzaboxer 0e625f2bf0 Add fixes for cURL trust check, tempfix Asset.ashx
LUrlParser isn't needed anymore, so that's removed
Trust check hook has been moved to Http.cpp
Added temporary fix for /Thumbs/Asset.ashx (should follow this up with proper implementation as described in Http.cpp)
2022-06-05 11:09:46 +01:00
lightbulblighter acfdece3e9
Clean up a lot 2022-06-04 20:02:41 -07:00
lightbulblighter 82e3457ac7
fix httpget redirect 2022-06-04 15:33:14 -07:00
lightbulblighter 1c52e8e499
Clean up some parts of the code that made me mad 2022-06-04 03:44:12 -07:00
pizzaboxer 9885235a4b Work on prototype for creating new datamodel
this time using Game::Game instead of DataModel::createDataModel
2022-06-01 10:16:36 +01:00
pizzaboxer b06920dc93 Add prototypes for future hooks to be developed
DataModel::createDataModel and Http::httpGetPostWinInet
2022-05-31 22:20:03 +01:00
pizzaboxer 4e7fd7a02c Fix some stuff for all versions 2022-05-31 10:45:04 +01:00
pizzaboxer 24912eeffd Move hooks to their own individual files 2022-05-31 10:26:16 +01:00
pizzaboxer 0653224cf9 Turns out I forgot to commit this: Add proper SendTop implementation to 2011 2022-02-09 07:56:32 +00:00
pizzaboxer d830e42507 Add RakNet definitions for 2011 2022-01-29 23:43:54 +00:00
pizzaboxer 101652f074 Add RakNet definitions for ID_DATA and ID_TIMESTAMP 2022-01-29 15:04:56 +00:00
pizzaboxer a4e02a8807 Add debug hooks for ServerReplicator::processPacket on 2010 2022-01-29 13:40:11 +00:00
pizzaboxer 3d68312d63 Fix trust check for embedded IE resources in popup windows 2022-01-28 16:38:56 +00:00
pizzaboxer a9d8fa6e47 Revert "Isolate MFC hooks from studio builds"
This reverts commit b749d5d382.
2022-01-28 13:51:53 +00:00
pizzaboxer b749d5d382 Isolate MFC hooks from studio builds 2022-01-28 13:21:32 +00:00
pizzaboxer 1ccf69c1bd Add hook addresses for 2012 studio beta 2022-01-28 12:03:19 +00:00
pizzaboxer 4b10cd9f6d Add support for 2012 MFC Studio 2022-01-26 22:39:02 +00:00
pizzaboxer 783cf16b88 Add support for -jobId parameter on 2012 player 2022-01-26 22:24:01 +00:00
pizzaboxer f49d58cdd7 Add support for 2012 player 2022-01-26 17:57:49 +00:00
pizzaboxer 4236047aae use datamodel struct for jobid and use reinterpret_cast for std::string offset 2022-01-24 19:58:39 +00:00
pizzaboxer f4553679c3 Add info for how to test client utilities 2022-01-22 17:40:58 +00:00
pizzaboxer c7c5d913c4 Add support for CApp::RobloxAuthenticate via command line args 2022-01-22 12:02:42 +00:00
pizzaboxer 21820beb55 Add hook for setting game.jobId 2022-01-21 23:47:50 +00:00
pizzaboxer f1a565327e Add buffer overflow fix for Crypt::verifySignatureBase64 2022-01-21 20:39:54 +00:00
pizzaboxer 2943f716d0 Disable output logger for release builds 2022-01-21 14:04:32 +00:00
pizzaboxer e4224542e5 2011 trust check and preprocessor definitions
Set the address for 2011 trust check
Set preprocessor definitions for MFC-specific hooks
2022-01-21 11:26:24 +00:00
pizzaboxer 8f3192298d Add support for trust check using the LUriParser library 2022-01-21 08:45:58 +00:00
pizzaboxer f3eb2893c6 Add address configs for multiple client versions 2022-01-20 21:07:56 +00:00