HackerTrans
热门最新趋势评论往期问答秀出招聘

Randomno

no profile record

评论

Randomno
·13天前·讨论
> It was helped by using the Debug symbols accidentally(?) compiled into the final version of the game.

Don't think this was the case, what helped was it being compiled without optimizations.
Randomno
·24天前·讨论
> Wicked For Good

Is this an antithesis to Don't Be Evil?
Randomno
·2个月前·讨论
The P in PNaCl is Portable.

Pepper was a pun on Native Client (since NaCl = salt). Pepper Plugin API (PPAPI) was Google's more secure version of NPAPI (Netscape Plugin API). Flash Player was essentially the only thing using NPAPI/PPAPI by the end of its life.
Randomno
·2个月前·讨论
> (Flascc/Alchemy(?) I forgot all the names this went through)

Crossbridge was its third and most recent name.

Pepper.js is another interesting project from around this time that didn't pan out.

https://github.com/google/pepper.js/
Randomno
·2个月前·讨论
This page: https://en.wikipedia.org/wiki/Full_Tilt!_Pinball

Indeed the sources say Doom clone, not port.
Randomno
·2个月前·讨论
Have you read the Wikipedia page recently? It was less complete a couple of years ago
Randomno
·2个月前·讨论
Yes this isn't clean-room. Though none of these decompilation projects have been resolved in court yet. re3 (GTA3/Vice City decompilation) developers were sued by Take Two but they settled out of court.
Randomno
·2个月前·讨论
Just to note, Microsoft provides debug symbols for Pinball
Randomno
·5个月前·讨论
All the SWFs are archived (which is often not the case on Wayback). Just when the program is requesting to load one, archive.org is returning an HTML-wrapped file instead which fails to load. It would be quite easy to add to Flashpoint.
Randomno
·5个月前·讨论
Pretty sure it would be working in the Wayback Machine, if archive.org had configured it right.
Randomno
·7个月前·讨论
> It's not legal

Based on what? Afaik decompilation is a grey area and projects that enforce clean-room design do it to stay out of this grey area.
Randomno
·8个月前·讨论
One of the difficulties I had searching for J2ME resources is that the mobile equivalent of the JVM is called KVM (K virtual machine), so most of the search results are about Linux's Kernel-based virtual machine instead.