[Tutorial] Protection against '%' dialog vulnerability!
#4

Ok, here is the code:

Code:
// By AliAssassiN
// Code removed- sorry
Example:
Code:
new test[90];
format(test, 90, "Gitchasbdhias {dsadaksm}{{FFFFFF}} {FF00AA0} {FF00AA} ASLdM {ASdSAMk2} {ZAFFAA}QDad");
printf("Before: %s\n", test);
removeEmbeddedColor(test);
printf("After: %s\n", test);
Output:
Code:
Before: Gitchasbdhias {dsadaksm}{{FFFFFF}} {FF00AA0} {FF00AA} ASLdM {ASdSAMk2} {ZAFFAA}QDad

After: Gitchasbdhias {dsadaksm}{ FFFFFF } {FF00AA0}  FF00AA  ASLdM {ASdSAMk2} {ZAFFAA}QDad
Reply


Messages In This Thread
Protection against '%' dialog vulnerability! - by Metharon - 05.06.2016, 23:53
Re: Protection against '%' dialog vulnerability! - by BlackBank - 06.06.2016, 00:07
Re: Protection against '%' dialog vulnerability! - by Aliassassin123456 - 06.06.2016, 00:17
Re: Protection against '%' dialog vulnerability! - by Aliassassin123456 - 06.06.2016, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)