Groups | Search | Server Info | Login | Register


Groups > cn.bbs.comp.lang.python > #13

Re: Bitcoin Address Generator in Obfuscated Python

Newsgroups cn.bbs.comp.lang.python
Date 2019-11-25 14:48 -0800
References <5NE8h8$g9G@newsmth.net>
Message-ID <8c42e628-d925-45fc-aff6-59b9668d63f1@googlegroups.com> (permalink)
Subject Re: Bitcoin Address Generator in Obfuscated Python
From flashymike184@gmail.com

Show all headers | 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


Thread

Re: Bitcoin Address Generator in Obfuscated Python flashymike184@gmail.com - 2019-11-25 14:48 -0800

csiph-web