Help Asi file not being loaded

monday

Expert
Joined
Jun 23, 2014
Messages
1,125
Reaction score
151
Is there any limitations like the size of the file? The same file works well when injected manually
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Not really, asi loader does what most injectors do too, calls LoadLibrary on the dll(.asi)file.
You could check to make sure if the dll gets loaded or not by adding some log messages in dllMain on attach/detach calls.
 

monday

Expert
Joined
Jun 23, 2014
Messages
1,125
Reaction score
151
Hmm that's what I did but it was not called

Edit: i also checked if it loads any files at all and there was no problem, it's just this particular "big" file which is problematic
 
Top