CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 08:04:03 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=f56ee6101e645d15e74b97dace43719c624e67e4c54d972de24888a12bc8c384a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22VPehZM9mfgF21ffVzU8nalT97HrXO7EE%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d515907f57dfa6-BLR
awful C - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char *sanitize_name(char *outbuf, const char *input, int length) {
- char hex[3] ;
- char temp[strlen(input)*2+1] ;
- char *output = temp ;
- if(!isalpha(*input) && *input != '_')
- *(output++) = '_';
- while(*input) {
- if(isalnum(*input))
- *(output++) = *input ;
- else if(*input == ' ' || *input == '-') {
- *(output++) = '_' ;}
- else {
- sprintf(hex, "%.2x", *input) ;
- strcpy(output, hex) ;
- output += 2 ;}
- input++ ;}
- *(output) = 0 ;
- strlcpy(outbuf, temp, length) ;
- return outbuf ;}
Advertisement
Add Comment
Please, Sign In to add comment
-
đ Swapzone +37% glitch â P
JavaScript | 1 sec ago | 0.25 KB
-
âââExchange Exploitââ
Java | 5 sec ago | 0.10 KB
-
â
â Make huge profits on trading ââ R
JavaScript | 9 sec ago | 0.25 KB
-
âââExchange Exploit T Iââ
Java | 16 sec ago | 0.10 KB
-
ââ
Marketplace Glitch â
Working â
NEVER SEEN...
JavaScript | 19 sec ago | 0.25 KB
-
âââProfit Methodââ
Java | 27 sec ago | 0.10 KB
-
âââChangeNOW Exploitââ
Java | 39 sec ago | 0.10 KB
-
ââ
Exploit 2500$ in 15 Minutesâââ L
JavaScript | 44 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand