The hacks tag has no wiki summary.
1
vote
3answers
68 views
I need help on Bit Twiddling
I love to see people writing Bit Twiddling code but I just can't understand it at all. Gone through Hacker's Delight and http://graphics.stanford.edu/~seander/bithacks.html, but I failed to understand ...
2
votes
1answer
100 views
Can I somehow “instrument” Graphics.TBitmapCanvas with overriden GetPixel/SetPixel methods, which are specific to TBitmap's canvas?
As we know, working with TBitmap's pixels (Bitmap.Canvas.Pixels[X,Y]) is very slow in the out-of-box VCL. This has been caused by getter and setter of Pixels property inherited from TCanvas, which ...
0
votes
0answers
33 views
What are examples of Javascript based security risks?
I have read a lot of security discussions for sql injection (solved with prepared statements) xss on html with user inputted data (solved with htmlspecialchars) but haven't read much on javascript ...
-6
votes
1answer
71 views
Please help me my site has been hacked [closed]
My issue is, this is my site and i think this is hacked.
From last some days its speed is so slow then i am trying to find the
solution why it is so slow then i found some thing.
check this link ...
0
votes
2answers
33 views
Hookin CreateProcessEx
i would like to systemwide hook CreateProcessEx
it is redirects all windows calls into my wrapper function
where I will log names to textfile then call oruginal CreateProcessEx
Can it be easy and ...
1
vote
1answer
58 views
Change the taskbar icon of another process in Windows
I'm got 2 applications running in Windows 7. The first application is a C++ bootstrapper that launches the second application. I want to change the second application's icon in the Windows taskbar ...
0
votes
1answer
51 views
What are the origins of the IE css hacks?
I was tweaking a website to make it work with IE7, and was wondering: where do all these IE hacks come from?
The thing is I can't imagine a guy saying "Yeah, we're not gonna implement display: ...
0
votes
0answers
104 views
REQUEST - AudioHijack Applescript for Turntable.fm
I am new to applescript and would love it if someone could help me figure out if it would be possible to do something similar to this script (which is for Spotify) which grabs the current playing ...
-1
votes
1answer
118 views
Protect wordpress blog from hacker attacks [closed]
Recently I've opened self-hosted wordpress blog. After 5-10 days of using my blog has been attacked. Hackers attach some php file to my cPanel (hosting). The file was written for ddos attack another ...
0
votes
1answer
49 views
Why this code works differently in Heroku?
I use this code to set a value in a view even if current_user doesn't exist. If you know a better way suggest an alternative bc many method I use raise an exception otherwise.
def setval_if(valgood, ...
1
vote
2answers
227 views
how to study hacking [closed]
I want to study hacking, hacking techniques,about hacking tools and the programming languages and techniques used in hacking.
Is ruby is a good programming language for hacking.
2
votes
6answers
3k views
Is it possible to hack with javascript?
I'm familiar with the term hacking. Although i never will become one of those hackers who scam people or make trouble, i believe it's an essential aspect any person who calls themselves a programmer ...
0
votes
0answers
69 views
Power to Android Open Accesory over USB. Is it possible?
Anyone knows if I can get the phone to supply 5v over USB to my Android Open Accesory device? From my understanding the AOA-device is host in the begining and some handshaking going on between the ...
0
votes
0answers
185 views
Windows: SetParent, AttachThreadInput and SendMessage combination cause window switching [closed]
I'm trying to beat a strange random bug.
An application is intended to react to certain Windows message by embedding itself into other application via SetParent, AttachThreadInput (bad practice, yes). ...
0
votes
1answer
113 views
Multiple sites hacked, same MO but no cure
We've been having some troubles with cracked sites lately.
We've found several files on our sites (who are on a shared hosting platform) that don't belong there. These files are usually .txt or ...
0
votes
2answers
371 views
jQuery ComboBox hack for custom input
I'm using the code for this combobox.
I thought I would be slick by commenting out this part, which would allow text entry beyond unmatched queries.
/*Commented out to allow user input
if (!valid) {
...
2
votes
1answer
344 views
webapp hacked, but what is the exact code inserted? echo(gzinflate(base64_decode(“…”)
I found several occurences of echo(gzinflate(base64_decode(".....") in various .php files and I am curious what it exactly does. I think I managed to decode the text in quotes using base64 -d < ...
1
vote
1answer
265 views
Anti-debug in android
Anyone did the actual android anti-debug check. I know there are things like
IsDebuggerConnected()
boolean isDebuggable = (0 != (getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE));
...
2
votes
2answers
336 views
Apply with LinkedIn Plugin - Language Support
First of all I am disappointed that the plugin itself is only in English. If the user clicks the Apply with LinkedIn button and logs into a French profile, for example, it displays correctly. Only to ...
0
votes
1answer
115 views
Editing a executables files details
Well, to make a long story short I have a (crap) netbook that is given to all students in NSW, Australia in year 9. The thing is you cannot run executables other then the ones installed on the system ...
2
votes
3answers
4k views
How do I use Tor as system VPN and cut out some nodes?
How can I configure Tor as a VPN and use it so that my system automatically connects to Tor and route all traffic through it?
I've found a couple of pieces of freeware, like FreeCap (forcing programs ...
0
votes
1answer
99 views
Running perl hack from “Yahoo! Directory Mindshare in Google”
Has anyone run perl script given at http://oreilly.com/pub/h/974#code ?
This is a famous one, used to get URLs from Yahoo! directory and many people have successfully used it.
I was trying to get ...
2
votes
4answers
972 views
XSLT conditional include of external file
I want to perform a conditional include in XSLT, but xsl:include is a top level element. You can only use xsl:if or xsl:choose inside of a template. Is there any kind of hack or work around which ...
8
votes
3answers
450 views
Can you detect a debugger attached to your process using Div by Zero
Can you detect whether or not a debugger is attached to your native Windows process by using a high precision timer to time how long it takes to divide an integer by zero?
The rationale is that if no ...
1
vote
1answer
144 views
Browser Hack stopped working in Fluid Design
I have a small problem with a browser hack, one of my thumbnails needs to be a few pixels lower in webkit browsers than Firefox and it works fine on its own like this:
#thumbsicon
{
position: ...
2
votes
1answer
465 views
How can I protect my C# opensource game from hacking?
I'm developing a game with online mode, but it's opensource (SourceForge) and anyone can download the code, hack any checks and play against the official server with a hacked client.
I've been ...
2
votes
3answers
355 views
emulating thiscall in C to achieve struct functions without self-referencing
This is relating to the flurry of object-oriented C postings, but differs in that I don't want all the features, just one:
An ability to do this:
struct foo {
int (*bar)(void);
char baz;
};
...
1
vote
1answer
510 views
Any use in hacking Silverlight NotifyCollectionChangedEventArgs to support multiple items?
The Silverlight version of NotifyCollectionChangedEventArgs differs from the full framework version, in that it does not accept multiple (added, changed, removed) items. The constructors that take ...
1
vote
1answer
93 views
why place the ending right angle-bracket of an html tag beside the opening left angle-bracket of a new html tag?
I seen a hack written using this type of code structure where the ending tag right 'angle bracket' is placed at the beginning of a new left 'angle-bracket' tag opening, but I can't remember why it was ...
0
votes
5answers
4k views
delete border around input field in IE7
I have next code:
<div class="form_field">
<input type="text" />
</div>
styles
.form_field { height:22px; border:1px solid #B7AB8C; background:#FFFFEA; padding:0 5px; ...
-4
votes
2answers
584 views
How to hack a flash game to increase votes or score? [closed]
I want to know about hacking a flash game...like in a flash game how to hack to increase your votes or score ... As there are flash games in Facebook,how to hack them ...
any script or cheat engine ...
0
votes
5answers
185 views
SVN: switch from nonexistent path?
I have a repository which was moved, path renamed and then logs truncated. So I don't have old path in it. When I try to do svn switch https://new.repo/new/path svn complains "Cannot replace a ...
3
votes
1answer
500 views
Metaclass conflict, multiple inheritance, and instance as parent
I've been messing around with the dark arts of Python and there's something I'd like help understanding. Given a class Foo, here's some ways I attempted to inherit from it:
class A(Foo) — ...
2
votes
3answers
260 views
True privateness in Python
PEP 8 states that (emphasis mine):
We don't use the term "private" here, since no attribute is really private in Python (without a generally unnecessary amount of work).
I guess it refers to ...
1
vote
3answers
114 views
Using .Equals on a constant to avoid (save) null check
So here is standard code for IValueConverter
{
if (value == null)
return null;
if (value.Equals(true))
return Colors.Red;
return null;
}
And another way:
{
if (true.Equals(value))
...
0
votes
2answers
163 views
Exist any hack for IE6 and IE7?
how can I hack CSS for IE6 and IE7 in same expression?? (if posible, of corse)
-edit-
i mean,
* html #div{ //hacks ie6}
*+html #div { //hacks ie7}
does a similar expresion hack both?
-edit2-
...
1
vote
2answers
2k views
Ie css hack star
What are the different ways of writing css hacks for ie?
I have seen html >, *..
but it is all very confusing..
Are there hacks to target specific ie versions like ie7, ie8 ?
0
votes
1answer
53 views
CSS -> _property:value is for IE+ or only until IE6?
For example
#div {
_height: 300px;
}
What versions of IE will take this?
thanks
1
vote
3answers
403 views
This IE and IE6 hack with only CSS?
<!--[if IE]>
<style type="text/css">
#botonHome .contButton p a span{ height:25px; }
#botonHome .contButton p a span input{ position: relative; bottom:5px; }
...
0
votes
2answers
92 views
Where should I put global application setup routines in Django?
In a large Django project, I have several evil monkey-patching hacks to execute at application startup time. However, I don't quite see a correct place for such hackery: neither urls.py nor ...
-5
votes
1answer
682 views
eval(base64_decode hack [closed]
The PHP pages residing on the server I'm working with have been injected with the lines - eval(base64_decode("CgplcnJvcl9yZXBvcnRpbmcoMCk7C ... and that goes on for some length. And the site is in a ...
0
votes
1answer
220 views
What operating system could I load onto an Apple iMac G4 [closed]
I just bought an old Apple iMac G4 for $10 at a yard sale and I'm trying to figure out what I could install on the unit to make it somewhat functional/useful. For $10 I couldn't resist. Now if I can ...
2
votes
1answer
998 views
Difference between CSS sticky footer implementations?
I've found 2 different implementations of a CSS sticky footer:
Ryan Fait sticky footer - http://ryanfait.com/sticky-footer/
Steve Hatcher sticky footer - http://www.cssstickyfooter.com/
Could ...
7
votes
5answers
1k views
How to obtain a pointer out of a C++ vtable?
Say you have a C++ class like:
class Foo {
public:
virtual ~Foo() {}
virtual DoSomething() = 0;
};
The C++ compiler translates a call into a vtable lookup:
Foo* foo;
// Translated by C++ to:
...
0
votes
4answers
89 views
Combatting debug code in release product
I work in a very small startup development shop (3 developers), and am often pulled away from what I am working on to fix a mission critical bug or implement an "absolutely critical" software feature ...
10
votes
2answers
780 views
Replacing a component class in delphi
I know I've seen an example somewhere of a hack to define a custom version of an existing VCL component, like TButton or TEdit, with the same class name and do something to make it so that the DFM ...
1
vote
1answer
215 views
Wordpress Assign an Attachment to a post
I'm trying to assign an existing attachment (say it is attached to another post already) to a post, and also remove existing attachments from a post.
What would be the best way to accomplish this?
0
votes
1answer
683 views
Wordpress Create Upload Media Pop-up
I'm trying to create a custom post type in wordpress, and one of things I need to do there is create a custom section that handles images for that post.
I want to create a button that will allow the ...
1
vote
2answers
165 views
Joomla extensions often require modifying the core?
People often say the extensibility of Drupal is better than Joomla.
Is this true that most Joomla extensions require modifying/hacking the core?
7
votes
4answers
330 views
I was just hacked, but I don't know how or more importantly, why. Very odd code injected
EDIT: Good work all so far.
I've just found this being download and ran in my bash history:
http://notsoft.ru/glib
(safe to view)
Thanks all
======================
I've just noticed the source ...

