Displaying 20 results from an estimated 589 matches for "obfuscate".
2011 Sep 09
1
1 TByte (99,5%) data missing on rsync backup???
...*
- run/**
- tmp/**
# Do not backup files
- *.otrkey
------------------------------- snap ----------------------------------
tail -n50 /var/log/rsync.log:
------------------------------- snip ----------------------------------
2011/09/09 03:36:12 [5910] cd+++++++++
home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gcj/
2011/09/09 03:36:12 [5910] >f+++++++++
home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gcj/libdb4.7-java-4.7.25.jar.so
2011/09/09 03:36:12 [5910] cd+++++++++
home/toSort/FreeNAS/backups/obfuscated/home/q6600/usr/lib/gconv/
2011/09/09 03:36:12 [5910] >f++++++...
2007 Dec 13
4
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
...g 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 I run opt on an un-obfuscated bitcode file to produce an
obfuscated bitcode file, I verify that my transformations were placed
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 manually d...
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 implementin...
2013 Feb 27
1
[LLVMdev] Compilation problem when addind a library
Hi !
Here is the situation. I created a pass in lib/Transforms/Obfuscation. I added a createFlattening() in IPO.h and in my code
to be able to use it in PassManagerBuilder.cpp (lib/Transforms/IPO) in the method PopulateModulePassManager() so I can add my pass to standard passes.
It all works if I add all my files in the lib/Transforms/IPO directory.
But I want to keep them away in the
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 obfuscat...
2012 Jan 12
2
Request for obfuscating the handshake
...e protocols, including SSH. We
don't know what exactly they've done but it appears to be some routing rule
that prevents SSH protocol to initiate a connection. Its like that the
handshake packet is dropped.
Fortunately there is a patch on OpenSSH done by Bruce Leidl (
https://github.com/brl/obfuscated-openssh) that obfuscates the handshake
packet and luckily it helps us pass through this annoying packet filtering.
But sadly this patch isn't implemented in the main project.
We, a group of Iranian OpenSSH users, recommend you to include this useful
patch in the main project because:
0. As Br...
2013 Oct 15
3
[LLVMdev] Reverse engineering for LLVM bit-code
HI,
I am interested in whether LLVM bit-code is ready for a distribution format(stored in software distribution package); is it easy to revert LLVM IR to C/C++ source code like Java byte code? My understanding is that.
1. LLVM IR is more like assembly code, so it is not easy for reverse engineering.
2. If it is easy for reverse engineering, does it mean it is not suitable for distribution
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
2005 Nov 23
8
Compiler OR Obfuscator for RoR applications?
...'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?
Thanks in advance for your help,
Dunnil
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...
2013 Oct 15
0
[LLVMdev] Reverse engineering for LLVM bit-code
LLVM IR represents higher level than assembler code, it keeps some names
and it is easier to revert the IR to source code than a binary format.
The main task of LLVM IR is code generation. I don't think adding
obfuscation has particular worth, those who need it can use tools and
approaches specifically aimed at obfuscation. Even simple rename of
identifiers in source code makes C/C++ file
2015 Oct 07
2
LLVM IR from static/dynamic libraries
Hi All,
Is this possible to generate LLVM IR from any static/dynamic link library?
I have some static and dynamic link library and I want to generate LLVM IR
as I want to obfuscate these libraries.
Is there any way to do the same.
Please give me some pointers on this.
Thanks,
Deep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151007/85578f08/attachment.html>
2006 Aug 03
30
How to protect your code? Obfuscater?
I just made a rails application that I plan to sell and dsitribute. I
want to distribute it without having to worry about someone stealing the
code and selling their own version. How do I do this? Is there a ruby
obfuscator or anything that can keep someone from seeing the code?
Thanks for your help.
--
Posted via http://www.ruby-forum.com/.
2018 Jan 08
1
LLVM Social - Paris: January 30th, 2018
The next LLVM social in Paris will happen on January 30th, 2018.
Everyone interested in LLVM, Clang, lldb, Polly, lld, ... is invited to
join.
Event details, including registration (free but mandatory) at
http://www.meetup.com/LLVM-Clang-social
For this meetup, Adrien Guinet, Serge Guelton and Juan Manuel Martinez will
talk about the "Challenges when building an LLVM bitcode
2007 Dec 13
0
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
Hello, Matt.
> Does anybody know what pass is clobbering my obfuscations?
I think this is DAG combiner machinery in the codegenerator itself. Try
to provide -fast option to llc.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2018 Aug 29
2
where are stored attachments
Based on this you are not using SIS, so I wonder if those are some old
emails when you were using SIS?
Can you provide an example corpus of such mail? You can use e.g.
https://www.dovecot.org/tools/dbox-anonymize.pl
https://www.dovecot.org/tools/maildir-obfuscate.pl
https://www.dovecot.org/tools/mbox-anonymize.pl
https://www.dovecot.org/tools/mdbox-obfuscate.pl
to obfuscate the mail.
Aki
On 29.08.2018 08:39, Poliman - Serwis wrote:
> Sure, here it is:
> root at s1:~# doveconf -n
> # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf
> # Pigeonhole v...
2015 Sep 02
4
Redirected Folders not working for Desktop
Well, I've just added another directory to not make the redirected folders a the
root. And, Favorites and Documents do work.
Goog suggestion to check the Windows event viewer. I'll do that and get back
with what I find.
Thanks, --Mark
-----Original Message-----
> To: samba at lists.samba.org
> From: James <lingpanda101 at gmail.com>
> Date: Tue, 1 Sep 2015 08:14:06 -0400
2009 Feb 20
0
[LLVMdev] Obfuscation/software watermarking backend
I'd like to know if there is any known project doing obfucated code
generation or software watermarking in LLVM.
The [obfucation/software watermarking] in machine instruction level usually
requires to insert dead code, constant "unfolding", computationally
intensive "opaque predicate", redundant calculation, duplicated calculation,
etc, which all make the program
2008 Jul 30
0
Accessibility of automatic e-mail links
...ses
Markdown. When I tried out a screenreader on the automatic e-mail links, I
noticed that there's nothing there semantically due to obfuscation. I
think that obfuscation in this way is a neat feature, I hadn't heard about
it before. This would be even better if there was a way to both obfuscate
e-mail addresses and provide title text, such as <a href="obfuscated mailto:
e-mail link" title="stuff screen readers read and what shows when you hover
over the link">link text</link>.
It'd be cool, too, if screen readers learned how to read obfuscated words,
b...
2008 May 21
32
Rack, Camping 2.0++
===
1. Camping on Rack
===
I''ve just finished rewriting Camping to use Rack in the "core". I got rid of
(a little less) than 1kB in camping.rb and removed lots of un-necessary files
(lib/server/*.rb, fastcgi.rb & mongrel.rb).
bin/camping does now only provide WEBrick, Mongrel and console-support and
should only be used in development. It uses Rack::ShowExceptions to catch