3.0.12 betas (and 3.0.12.1) are not stripped

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Last edited:

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,014
217
Ohhhhhh you @TeamSpeak

Code:
MurmurHash3_x64_128(void const*, int, unsigned int, void*)
MurmurHash3_x86_128(void const*, int, unsigned int, void*)

;)
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Indeed :D
It'd be such a shame if it was used for cryptographic purpose :p
 
Last edited:

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,014
217
Oh...
http://emboss.github.io/blog/2012/12/14/breaking-murmur-hash-flooding-dos-reloaded/



While working on SipHash - more on that later - Jean-Philippe Aumasson and Daniel J. Bernstein also analyzed the collision properties of popular general-purpose hash functions. What was probably novel to their approach was that they treated these hash functions as if they were cryptographic hash functions. Since it is collisions that we are interested in, they used the tools that are being used to analyze collision resistance of “real” cryptographic hash functions, for example, Differential Cryptanalysis.

Not surprisingly, their results were impressive. None of the functions that were analyzed were specifically designed to withstand this level of scrutiny. Among the most impressive results are completely breaking CityHash64, finding a way to retrieve the secret seed of the hash functions being used in Python 2.7.3 and 3.2.3 and completely breaking MurmurHash 2 and 3.
 

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,014
217
Oh @TeamSpeak
http://dl.4players.de/ts/releases/pre_releases/server/3.0.12-Beta-4/
c5118abe63.png

e89e60c164.png


Trying to keep us from having some more fun... ;( not cool
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
No no they didn't try anything I posted that in the afternoon :p
They seem to be very oblivious about a lot of things tho.
 

dedmen

TeamSpeak Developer
Contributor
Mar 28, 2016
530
583
157
@Derp all those links are down. I can rehost them on my server so they dont get taken down again. If anyone still has the files
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
I may be wrong, but it seems that the files haven't changed (on dl.4players.de)
 

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,014
217
@Derp all those links are down. I can rehost them on my server so they dont get taken down again. If anyone still has the files
Let's just hope supervisor still has them, I doubt though. I'm afraid he lost everything because of that drive failure he had

I only have the 3.0.12 ones and unfortunately I can't send them to you atm.
 

Supervisor

Administrator
Apr 27, 2015
1,863
2,546
335
Let's just hope supervisor still has them, I doubt though. I'm afraid he lost everything because of that drive failure he had

I only have the 3.0.12 ones and unfortunately I can't send them to you atm.
still have all of them somehow. I think I saved them on two different drives :)
 

dedmen

TeamSpeak Developer
Contributor
Mar 28, 2016
530
583
157
With that data we could do a bunch of stuff.
 
Last edited:

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
If anyone still has the windows servers files I would like to take a look at them.
Would help to map out the classes and structures properly
 
Top