TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Reverse engineering Snapchat to store files

83 点作者 rrtwo超过 11 年前

11 条评论

kwx超过 11 年前
Already done months ago.. ? <a href="https://github.com/tlack/snaphax" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tlack&#x2F;snaphax</a>
评论 #6933116 未加载
pliu超过 11 年前
This seems like kind of a crummy thing to do to snapchat, but I like the idea.<p>I wonder if that could be successful, like a file swapping service built on the same premise of one time only. Charge a nickel a shot or something. I have no idea why that&#x27;s useful, but for some reason I think it&#x27;s cool. Maybe just because it&#x27;s set and forget and you don&#x27;t have to worry about cleaning up later.<p>Does anything easy to use do that already?
评论 #6933515 未加载
spullara超过 11 年前
I presuming without searching that someone has produced a SnapChat-like application that just doesn&#x27;t delete photos and lets you look at them as long as you like? That seems like a pretty reasonable thing to do and basically impossible for SnapChat to stop.
评论 #6933512 未加载
adamnemecek超过 11 年前
DMCA takedown notice in 3, 2, 1, ...
评论 #6932725 未加载
rahimnathwani超过 11 年前
If someone wanted to add mount support to this, which of these would be better?<p>1. FUSE Python: <a href="http://sourceforge.net/apps/mediawiki/fuse/?title=FUSE_Python_tutorial" rel="nofollow">http:&#x2F;&#x2F;sourceforge.net&#x2F;apps&#x2F;mediawiki&#x2F;fuse&#x2F;?title=FUSE_Pytho...</a><p>or<p>2. pyfilesystem <a href="https://code.google.com/p/pyfilesystem/" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;pyfilesystem&#x2F;</a><p>I&#x27;ve seen FUSE Python used in some different projects on github, and it seems to work pretty well. I&#x27;d not heard of pyfilesystem until recently.
brianbarker超过 11 年前
SnapChat is already known to soft delete only, so really there&#x27;s nothing new here.
mcescalante超过 11 年前
What types of files might one actually want to upload to their servers? This falls into the &quot;cool&quot; category for me more than making me want to try it (especially since you can&#x27;t delete files you upload...)
评论 #6932847 未加载
fit2rule超过 11 年前
Poor name for the package: sfs is already a filesystem type used in the embedded&#x2F;musical-instrument industry (primary Yamaha). A better name would be scfs, imho.
joelcollinsdc超过 11 年前
How does one figure out the snapchat API? Presumably the network traffic is encrypted, were the secret keys extracted from the snapchat app somehow?
评论 #6936899 未加载
moloch超过 11 年前
You can also just use Cycript <a href="http://www.cycript.org/" rel="nofollow">http:&#x2F;&#x2F;www.cycript.org&#x2F;</a>
Skovy超过 11 年前
&quot;wrote everything else.&quot; - very nice