xoring dwords of data in Java or C (Encryptomatic Signature)

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
chiefdestroyer





Posts: 13
Joined: Thu Mar 03, 2005 7:53 pm

xoring dwords of data in Java or C (Encryptomatic Signature)

Post by chiefdestroyer »

Could someone please tell me the basic code for xoring dwords of data in Java. But if not can someone please tell me how it is done in C. i need it for Resigning Halo 2 map files.

Why is no one using Java for modding map files??
live2board





Posts: 17
Joined: Sun Mar 27, 2005 10:08 am

Post by live2board »

Because Java is so ungodly slow, and plus it just plain sucks.
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Post by kornman00 »

live2board is beyond correct. I would choose VB6 over Java in most cases :X

The ONLY good thing about Java is that its crossplatform. Still sucks more than Monika at Bill's b-day party...

And I suggest learning a language before trying to use it ;). If you knew C, you would know the single operator that does an xor...
chiefdestroyer





Posts: 13
Joined: Thu Mar 03, 2005 7:53 pm

yere right

Post by chiefdestroyer »

so i am meant to learn all the classes of Java and then all the methods that go under those classes yere right you try doing that

i use the learn as you need method to get through programing

No i am not been programing for long but i have person who is teaching me it.

and have any of u's actually tried program much with java????

if so give me some example code for xoring!!!!!!!!!!!!!!!!!!!
TfAv1228




Miner Logistician Droplet

Posts: 276
Joined: Sun Sep 05, 2004 4:40 pm

Post by TfAv1228 »

sum=val1^val2

BOTH LANGUAGES U MORON I GOT THAT THE FIRS SEARCH RESULT OF "java xor" ON GOOGLE
Sig breaks rules, read the rules before reposting.
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Re: yere right

Post by kornman00 »

chiefdestroyer wrote: and have any of u's actually tried program much with java????
yes, its what my HS uses for CS AP 1 and 2 -_-
Post Reply