Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #31068
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | $Bill <news@todbe.com> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: decode hex string |
| Date | Thu, 4 Aug 2016 21:28:24 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 8 |
| Message-ID | <no14la$3c4$1@dont-email.me> (permalink) |
| References | <xNidnc-IINPnRj7KnZ2dnUU7-fPNnZ2d@westnet.com.au> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Fri, 5 Aug 2016 04:28:26 -0000 (UTC) |
| Injection-Info | mx02.eternal-september.org; posting-host="5b2cab364112ad98b7df59c61a581b22"; logging-data="3460"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19effds+kEpFi5YPkP8l9TJ9nddY4oDpvg=" |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
| In-Reply-To | <xNidnc-IINPnRj7KnZ2dnUU7-fPNnZ2d@westnet.com.au> |
| Cancel-Lock | sha1:fBP4SfizuNaYyQ82T0tTi9owfQ4= |
| Xref | csiph.com comp.lang.javascript:31068 |
Show key headers only | View raw
On 08-04-16 17:19, Andrew Poulos wrote: > I have some code I need to edit and the previous programmer has used variable names like _0x29aexe, _0x29aexf, _0x29aex10, _0x29aex11, _0x29aex12, _0x29aex13, _0x29aex14, _0x29aex15... > > My guess was that it's hex with a leading underscore but when I convert I get "?)®?" and the like. > > Did I convert it wrongly or did the person obfuscate the variable names even further? There's no x in hex. I'd just strip the _0x29ae off and use the rest.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
decode hex string Andrew Poulos <ap_prog@hotmail.com> - 2016-08-05 10:19 +1000
Re: decode hex string $Bill <news@todbe.com> - 2016-08-04 21:28 -0700
Re: decode hex string Andreas Bergmaier <andber93@web.de> - 2016-08-05 06:44 +0200
Re: decode hex string Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-05 07:53 +0200
Re: decode hex string Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-08-05 08:06 +0200
csiph-web