Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
8k views

CSS: @font-face anti aliasing

I'm a bit struggling with the @font-face CSS option. After a lot of reading, trying, retrying I finally came across a website that makes you a ready-to-go package when you upload your font. It's ...
3
votes
2answers
163 views

My program is getting a false positive from AVG

My program is getting a false positive from AVG. Its just our companies branded version of Ultra VNC. Its only this one company that's identifying it as a virus and we've been using the same copy of ...
2
votes
0answers
140 views

Anti debugging - Preventing memory dumps

I am trying to implement some basic anti debugging functionality in my application. One area that I wanted to focus on in particular, is attempting to prevent people from easily taking a usable memory ...
2
votes
3answers
318 views

bad SQL Server anti-injection

My friend is running a website, and has a PHP function to escape his MSSQL statements. However, he isn't doing it properly. He is using \ for his escape character when it should be '. However, when ...
1
vote
1answer
421 views

ANTI_ALIAS_FLAG for ImageView within layout?

Does anyone know how to apply the ANTI_ALIAS_FLAG to imageview's in layouts rather than in Java? Thanks, kevin
1
vote
1answer
250 views

Debugging userland program (full of anti debug) through VMWare

I am currently trying to reverse a program under Linux that has a bunch of anti-debug tricks. I was able to defeat some of them, but I am still fighting against the remaining ones. Sadly since I am ...
0
votes
1answer
33 views

What's the Best idea to implement an Anti Connection Tampering for .Net application

what's the best way to implement an anti connection tampering for my .Net application. for example, I don't want anyone to see what my application is sending to my server.. or at least encrypt the ...
0
votes
0answers
74 views

Why is the DTO an anti-pattern? [closed]

Possible Duplicate: Why are Data Transfer Objects an anti-pattern? While reading this good question with great answers: Difference between DTO, VO, POJO, JavaBeans? User Pascal Thivent ...
0
votes
1answer
480 views

How to detect installed Anti-Spyware applications on XP using WMI

I need to get information about the spyware installed on a client machine using WMI? is this possible? Thanks!