Skypeopensource2 – Skype client based on reversing Skype 5.5
1–10 of 125 posts
Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#2Any code commonalities with the pidgin skypeweb plugin?
Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#3Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#4Seriously?
Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#5IANAL but author should doublr check to stay clear of trademark infringements.
Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#6"Commercial license also avaiable (sic) on request." Seriously?
Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#7"Commercial license also avaiable (sic) on request." Seriously?
Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#8Magic numbers, ... and strings, all over the place [0]. Memory leak galore (debug code?) [1]. Probably buffer overflows all over the place, here's one I noticed [2]. I suspect others given the proliferation of opaque pointers and memcpy usage.
[0] https://github.com/skypeopensource/skypeopensource2/blob/mas...
[1] https://github.com/skypeopensource/skypeopensource2/blob/mas...
[2] https://github.com/skypeopensource/skypeopensource2/blob/mas...
Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#9Re: Skypeopensource2 – Skype client based on reversing Skype 5.5
#10I haven't spent much time browsing through the source but the code quality and security is pretty dismal so far. Not to mention the confusing project structure. Magic numbers, ... and strings, all over the place [0]. Memory leak galore (debug code?) [1]. Probably buffer overflows all over the place, here's one I noticed [2]. I suspect others given the proliferation of opaque pointers and memcpy usage. [0] https://git…