Category: Uncategorized

[GSM] SDCCH listening

The GSM Analyzer now is able to sniff SDCCH and SACCH channels too. What we can see there? Well, not much. Just the usual “who are you?” stuff followed by a CIPHER COMMAND. After that, all the traffic is encrypted using specified cipher. I uploaded...

[GSM] Code updates

On the videos you’ve maybe seen that my tool shows the bursts in some plot window. I used GDI for drawing the lines… damn this is soooo slooow… Today i decided to switch to DirectX drawing for speedup. Ater some hours of playing around, I...

[GSM] GSM Analyzer

As described in earlier blog posts, I coded a driver for an USB radio receiver which is comparable to USRP. So I’m able to “record” radio data and save it, or process it on-the-fly with some tools. GSM Analyzer is a C# tool that demodulates...

[.NETrilo] another test release

i was so anxious to make .NETrilo usable so i spent another day implementing stuff. today i implemented a DirectSound plugin (“snd_DirectX.dll”) that supports just playback for now. recording still has to be done, but that has to wait until i start the “input” stuff....

[.NETrilo] first preview

here is an very early alpha of .NETrilo. http://g3gg0.de/projects/NETrilo/NETrilo_alpha.exe its just for connecting to v2.3 servers, browsing channels and seeing what other users do :) should work on linux/win32 (just tested win32 yet) please reply, if it works for you :)

[CEntrilo] public SVN access

hi, since i dont find some spare time to update CEntrilo, i made the SVN public. http://svn.g3gg0.de/svn/default/trunk/misc/CEntrilo/ username: centrilo password: behave! simply get the source, look how it works and create a new, CLEAN tool from it. would be really cool if you can keep...

[CEntrilo] v3.0 looks possible

hi, yeah, good news for you ;) Although Luigi Auriemma said, he wont touch Ventrilo v3.0, he did it and released some code to authenticate with the servers. For you that means, there will perhaps be a CEntrilo v3.0 soon. Thanks, mate! But there are other...