Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > cn.bbs.comp.lang.python > #13
| X-Received | by 2002:a0c:8506:: with SMTP id n6mr18847544qva.87.1574722111235; Mon, 25 Nov 2019 14:48:31 -0800 (PST) |
|---|---|
| X-Received | by 2002:a25:570b:: with SMTP id l11mr12538594ybb.477.1574722110779; Mon, 25 Nov 2019 14:48:30 -0800 (PST) |
| Path | csiph.com!weretis.net!feeder7.news.weretis.net!news.unit0.net!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!g89no10396392qtd.0!news-out.google.com!g53ni1237qtg.0!nntp.google.com!g89no10396379qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | cn.bbs.comp.lang.python |
| Date | Mon, 25 Nov 2019 14:48:30 -0800 (PST) |
| In-Reply-To | <5NE8h8$g9G@newsmth.net> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=74.88.71.137; posting-account=7871EgoAAACJ8au-xq1MMo3PiWQtl7-X |
| NNTP-Posting-Host | 74.88.71.137 |
| References | <5NE8h8$g9G@newsmth.net> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <8c42e628-d925-45fc-aff6-59b9668d63f1@googlegroups.com> (permalink) |
| Subject | Re: Bitcoin Address Generator in Obfuscated Python |
| From | flashymike184@gmail.com |
| Injection-Date | Mon, 25 Nov 2019 22:48:31 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | base64 |
| Xref | csiph.com cn.bbs.comp.lang.python:13 |
Show key headers only | View raw
On Wednesday, April 16, 2014 at 5:03:21 PM UTC-4, Jakoo wrote:
> 这种不算太难解读吧,毕竟只是script。exec前面就是一大段代码放在字符串里。跑一下最后的reduce把一些字符串替换回去其实就是一堆lambda
> [code=py]
> exec(
> reduce(
> lambda W, X: W.replace(*X),
> zip(" \n&$@", ["", "", " ", "=lambda W,", ")else "]),
> "A$G,J,S,T:" + _
> )
> )
> [/code]
>
> 【 在 MetalSlugX 的大作中提到: 】
> : 原文http://preshing.com/20131219/bitcoin-address-generator-in-obfuscated-python
> : _ =r"""A(W/2,*M(3*G
> : *G*V(2*J%P),G,J,G)+((M((J-T
> : ...................
>
> -- Best script For Address Matching private keys
>
> [m [33m※ 来源:·水木社区 http://www.newsmth.net·[FROM: 152.179.181.*] [m
Back to cn.bbs.comp.lang.python | Previous | Next | Find similar
Re: Bitcoin Address Generator in Obfuscated Python flashymike184@gmail.com - 2019-11-25 14:48 -0800
csiph-web