Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Linked Object file source hacking.

Name: Anonymous 2006-07-16 16:26

How do I hack exe.?

Name: Anonymous 2006-07-16 16:34

How do I hacked exe.?

Dunno, lol

Name: Anonymous 2006-07-16 17:02

What is exe.? Is it some new kind of format?

Name: Anonymous 2006-07-16 17:29

google.search("ida pro");

Name: Anonymous 2006-07-16 17:43

>>3
An old executable file format. Most modern operating systems that used to use it have switched to ELF.

Name: Anonymous 2006-07-16 23:38

MODS /B/ IS NOT WORKING PLZ FIX CUZ I LIEK /B/. KTHNKSBAI.

Name: Anonymous 2006-07-17 17:39

If the exe is compiled VB6 there is some program out there to decompile it into VBscript (seriously). There are probably exe->assembly converters too.

Name: Anonymous 2006-07-18 4:36 (sage)

lol how do i used hex editor

Name: Ddigit 2006-07-18 16:31

google "reshacker"
or
google "eXescope"

Name: Anonymous 2006-07-18 18:38

i dont get why people try to hide class variables at any cost. of course its wise to hide as much variables as possible, but why writing a shitload of getters and setters instead of simply calling the variable itself.

Name: Anonymous 2006-07-19 1:54

I'ts induestries best practice to do so

Name: Anonymous 2006-07-19 3:35

>>10
it's supposed to be self contained. each object is supposed to be treated as a whole object that interacts with other objects rather than a data structure with support for member functions.

Name: Anonymous 2006-07-19 18:02

>>10
It's called encapsulation dipshit. Say you have a Shape object and, like the noob you are, you make its position variable public and use it all over your code. Then a year later you decide to extend Shape into a Triangle, where position doesn't make sense unless you go do some lengthy calculations to find its centroid. Way to go, now you need to encapsulate your triangle's vertices and re-check them every time in case someone fucked with your public position.

Encapsulate it properly, and you can write the vertex deltas into the setPosition method you extend. No wasted calculation time.

gb2/encapsulation/

Name: Anonymous 2006-07-19 18:22

>>13
encapsulation my ass. im glad classes like Ogre APIs Vector3 and many other got public variables, just so i dont have to write .getX instead of .x. xD

Name: Anonymous 2006-07-19 19:11 (sage)

>>14
doesn't mean encapsulation sucks, just that languages without properties suck.

Name: Anonymous 2006-07-20 7:45

it's supposed to be self contained. each object is supposed to be treated as a whole object that interacts with other objects rather than a data structure with support for member functions.
And then some people look at it as an infallible holy grail and you end up with shit like Java.

Name: Anonymous 2006-07-20 7:57

>>16
Java isn't a purely object oriented language. Have a look at Smalltalk for how it's supposed to be done.

Name: Anonymous 2006-07-21 9:40

>>17
But Java is how it's done wrong, from forcing square pegs into non-existant holes

Name: Anonymous 2008-04-23 9:57

ollydbg / softice

Name: Anonymous 2008-04-23 10:13

do{
  hax(my.anus)
}while(true);

Name: Anonymous 2008-04-23 11:34

>>20
Hilarious, it's totally not posted by one person in total!

Name: Anonymous 2008-04-23 17:18

gb2/REchan

Name: Anonymous 2008-04-23 17:19

do{
  hax(my.anus)
}while(true);

Name: Anonymous 2008-04-23 18:11

Getters and setters are for when you want to hook extra functionality to get/set or generate the result for the get on the fly.  People like to put them in up front because when you go from direct field access to a getter, you don't have to rewrite everything that calls it.

If you have a getter/setter pair surrounding a variable, it is NOT ENCAPSULATED, dipshits!  Anybody has free reign to read and change it!

Name: Anonymous 2008-04-23 18:54

>>24
Hum, sorry?

Name: Anonymous 2008-04-23 19:15

Hum, just described your understanding of OO?

Name: Anonymous 2009-03-06 10:18

Object factories and class   hierachy is more   like using a   web proxy lawl.

Name: Anonymous 2010-06-07 6:51

Hi, I can spam /prog/ too, you faggot.

Also, smoke weed everyday.

Name: Anonymous 2010-06-26 9:58

ur gay

Name: Anonymous 2010-06-28 10:54

beware the army of 12 year old autistics

Name: Anonymous 2010-12-06 9:58

Back to /b/, ``GNAA Faggot''

Name: Anonymous 2011-01-31 20:34

<-- check em dubz

Name: Sgt.Kabu蔹ㅨkiman㙓 2012-05-28 19:34

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy

Don't change these.
Name: Email:
Entire Thread Thread List