everybody here knows that warden currently won't ban you if you are injecting a private dll and don't hook certain functions or write to certain memory addresses
but i'm asking myself why warden doesn't detect more things
for example using the famous dostring aka framescript_execute
to scan if an injected dll has a typedef (however it looks in asm) for dostring shouldn't be really difficult, right? and there is no legal purpose to have this typedef in this dll
another one would be the ctm struct. they are already checking for memory writes at other points, why don't they check this one?
is it just blizzards duplicity, to ban some bots so that the casuals think blizz does something against bots, and on the other hand they don't want to lose all the money from the bot accounts? what do you think is the reason for what warden does or does not?
what are vac or punkbunster doing with engine calls from injected dlls? do they ban for them?