Displaying 20 results from an estimated 1000 matches similar to: "Request for obfuscating the handshake"
2012 Jan 02
2
iran
Hey everyone ,
I'm using tinc from iran , and i've been using tinc with tcponly for a few
years now , to bypass the filtering , and have access to the free internet
, but recently , our government started to apply some sort of exotic
filtering scheme , they've completely blocked outgoing and incoming ssh
requests , and ssl encrypted packets , and the only thing allowed is https
!! ,
2011 Mar 07
2
obfuscating sensitive data
In our app, users give us sensitive information (credentials for
logging into a third party site). At some point, we need those
credentials in cleartext in order to access the third party site, but
while they''re in our database, we want to make best effort for
protecting them.
What techniques have people used for this? I find myself asking "WWMD
(What Would Mint.com Do?) -- any
2009 Jul 01
2
Revolutions blog: June roundup
I write about R every weekday at http://blog.revolution-computing.com
. In case you missed them, here are some articles from last month of
particular interest to R users.
http://bit.ly/tygLz announced the release of the "foreach" and
"iterators" packages on CRAN, for simple scalable parallel programming
in R.
http://bit.ly/FDS67 linked to Thomas Levin's Joy-Division-esque
2007 Dec 13
4
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
Hello all,
I am implementing some simple obfuscation transformations in LLVM. One
of the obfuscations involves searching for particular constants, and
"unrolling" them throughout a procedure using arithmetic. In effect,
certain constants are broken up into smaller constants and recombined
as needed using the appropriate operators. I perform this on
intermediate LLVM instructions.
After
2007 Dec 14
0
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
Matt,
The LLVMCore library provides constant folding automatically. So, when
your obfuscated module is read in and the assembler re-creates your
constants, the arithmetic is done automatically and the constants are
folded. To see where this is done, see lib/VMCore/ConstantFold.cpp
Reid.
On Thu, 2007-12-13 at 02:22 -0600, Matt Fredrikson wrote:
> Hello all,
>
> I am implementing some
2007 Dec 14
0
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
On Thu, 13 Dec 2007, Matt Fredrikson wrote:
> After I run opt on an un-obfuscated bitcode file to produce an
> obfuscated bitcode file, I verify that my transformations were placed
ok
> in the file using llvm-dis. At this point, the changes appear to have
> been made. However, if I run the obfuscated bitcode file through llc
> to produce x86 assembly, the obfuscations vanish. I
2001 Sep 14
5
Our Sympathies
The following is a message to be sent to the President
of the United States of America. Although we may not be able to do a
great deal from where we are, but for the people of America just
knowing we care and feel their sadness will help. Please put your name
on the following list and send it to all you know and who care. If you
are the 100th name and every 100th there on could you please also
2004 Jul 07
1
OH323-COMPILE
HI ALL
HI MICHAEL;
My name is mohammad and I am iranian.I have been trying to install oh323 channel but I come up with dead end. In fact it makes me crazy.
plz help me michael. I saw mailing list and I trid serevel CVS headers such as , 2004-06-07( seven of june) 0r 2004-07-02( second of july)
besides I use:
1-openh323 v1.12.2
2-pwlib v1.5.2
3- asterisk CVS (2004-06-07,
2003 Jan 20
2
Client with tinc
Hi!
They have in my university a Cisco VPN solution. Unfortunatelly, if you
are cuban, irakian, iranian or a couple of other nationalities, you are
not able to use it (sic...).
I would like to study the possibility to install tinc as client. I've
read that "There is no real distinction between a server and a client in
tinc". Would tinc work as a client with the Cisco VPN? Of
2020 Jan 30
3
RFC: Switching from Bugzilla to Github Issues
On Thu, Jan 30, 2020, 10:22 Tom Stellard via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> I want to restart this discussion. There seemed to be support for this,
> but we got held up trying to decide on the appropriate set of tags to
> use to classify issues.
>
> I propose that we move forward with this proposal and disable creation of
> new bugs in
2011 Feb 01
1
Email Obfuscation Techniques
The other thread brought to my attention that only the <email> syntax
obfuscates mailto links. Plus, while the entity encoding technique
probably fools some scrapers, I doubt it's all that effective. Even
Gruber uses the Hivelogic Enkoder [1].
So, what are people using for obfuscation and are you using any
scripting or automation (filter that takes a pass before or after
Markdown) to
2005 Nov 23
8
Compiler OR Obfuscator for RoR applications?
Hi folks,
I''m a newbie in the Ruby land, The Ruby language and RoR looks really
great but I think in my situation there is a problem, we are an ISV
that sells web application and we don''t want our clients see our
source code, I searched the web but couldn''t find any way to compile
and\or obfuscate ruby code (in web (RoR)), is there such tool
available for the language?
2015 Jun 08
3
[LLVMdev] Publication -- LLVM-Obfuscator - Software Protection for the Masses
Dear LLVM developers,
Here is a quick message announcing yet another academic publication leveraging on LLVM:
@INPROCEEDINGS{ieeespro2015-JunodRWM,
author={Pascal Junod and Julien Rinaldini and Johan Wehrli and Julie Michielin},
booktitle={Proceedings of the {IEEE/ACM} 1st International Workshop on Software Protection, {SPRO'15}, Firenze, Italy, May 19th, 2015},
editor = {Brecht
2010 Aug 18
0
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
On Aug 18, 2010, at 11:37 AMPDT, Pawel Wodnicki wrote:
> On 8/18/2010 12:39 PM, Dale Johannesen wrote:
>> I can look at this, but you'll need to send the .bc file. Please
>> open a PR?
>
> I would do it but I am in a bit of a pickle as the .bc is from
> propriety code and
> I can not post it.
Can't help much then. You might look into obfuscating the
2010 Aug 18
2
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
On 8/18/2010 12:39 PM, Dale Johannesen wrote:
> I can look at this, but you'll need to send the .bc file. Please open
> a PR?
I would do it but I am in a bit of a pickle as the .bc is from
propriety code and
I can not post it.
Anyway, I have been trying to re-create the problem in a simpler test case.
Since, I do not have access to the source for the .bc I am trying to guess
the
2003 Apr 17
1
[Fwd: CERT Advisory CA-2003-13 Multiple Vulnerabilities in Snort Preprocessors]
I figured that someone reading this list might want to take a look at
the proceeding, considering that the version of Snort in FreeBSD ports
-is- affected.
-----Forwarded Message-----
> From: CERT Advisory <cert-advisory@cert.org>
> To: cert-advisory@cert.org
> Subject: CERT Advisory CA-2003-13 Multiple Vulnerabilities in Snort Preprocessors
> Date: 17 Apr 2003 11:30:47 -0400
2017 Sep 18
0
help matching rows of a data frame
Hi Terry,
I take your question to mean how to label distinct rows of a data frame. If
that is not your question please clarify.
I found the row.match() function in the package prodlim that can be used to
solve this.
However since your request requires no additional dependencies I borrowed
the relevant code from the row.match function.
Here is some obfuscated code to provide your answer in one
2015 Jun 12
4
Sorry, another faq
I've installed a mailserver according to these instructions:
http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
When I try to login to the server through Roundcube webmail I get
Connection to storage server failed.
So checking on this
[12-Jun-2015 11:28:53 +0000]: <6jap13r2> IMAP Error: Login failed for
martin from 83.251.209.249. Could not connect to
2019 Jan 09
3
Textual IR value names
I like my LLVM IR text to have nice value names, e.g.
%add = add ...
%mul = mul ...
And this all works well if the build has asserts enabled. If the build
does not have asserts enabled, it's not so nice:
%1 = add ...
%2 = mul ...
I understand the use for obfuscating names, but the choice to make this
dependent on whether or not asserts are enabled seems odd to me. At the
very least
2017 Sep 18
6
help matching rows of a data frame
This question likely has a 1 line answer, I'm just not seeing it. (2, 3, or 10 lines is
fine too.)
For a vector I can do group <- match(x, unqiue(x)) to get a vector that labels each
element of x.
What is an equivalent if x is a data frame?
The result does not have to be fast: the data set will have < 100 elements. Since this is
inside the survival package, and that package is on