Thread: SMD For Agile
View Single Post
  #45  
Old 11-25-2024, 01:22
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 661 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,820 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
SMD_FOR_AGILE_Fix4

SMD_FOR_AGILE_Fix4:
What's new:
- more Framework supported for x64; maybe all of them I don't know yet
- added "LoadLibraryA hook" checkbox - this will transform from full path of Agile dll (temp path) to short name Agile dll - when you use this option Agile dll has to be in the current directory;
- "No SetAllowAutoRedirect" checkbox: - code - but it using reflection:
public static void SetAllowAutoRedirect()
{
HttpClient client = new HttpClient(new HttpClientHandler
{
AllowAutoRedirect = false
});

For x64 still something is missing, this is why I've set 32 Bit required for SMD for Agile and used the attached 32 bits dll AgileDotNetRTPro.dll. And I really miss debugger for AnyCpu assemblies - x64dbg fails:
and also an 64 bits hexeditor of process memory.
Attached Files
File Type: zip SMD_FOR_AGILE_Fix4.zip (41.4 KB, 21 views)

Last edited by CodeCracker; 11-26-2024 at 04:25.
Reply With Quote
The Following 3 Users Gave Reputation+1 to CodeCracker For This Useful Post:
mdj (12-03-2024), user1 (11-26-2024), yoza (11-25-2024)
The Following 8 Users Say Thank You to CodeCracker For This Useful Post:
Apuromafo (11-25-2024), Contra (01-16-2025), mdj (12-03-2024), niculaita (11-25-2024), user1 (11-26-2024), wilson bibe (11-25-2024), wx69wx2023 (11-25-2024), yoza (11-25-2024)