Displaying 20 results from an estimated 3000 matches similar to: "Accessibility of automatic e-mail links"
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 Mar 04
1
net ads join to w2k3 hangs, every encryption type fails
I am able to get a kerberos ticket with kinit. When I try to net ads join, it seems to loop. In running net ads join in -d 10,
I found that it tries enctypes 18,17,16,and 2 and then repeats, over and over. It does not seem to work on any of these. I'm
trying to get it to join a win2k3 domain. Below is the bottom part of the log from net ads join, as well as some of my
krb5.conf. Any
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
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
2007 Mar 26
1
data-frame adding/deleting column
Hallo,
I have got an existing data frame and want to add a new column. The
existing data frame was created like this:
> df <- rbind( c("Fred", "Mary", 4), c("Fred", "Mary", 7),
+ c("Fred", "Mary", 9), c("Barney", "Liz", 3),
+ c("Barney", "Liz", 5) )
> df
2016 Oct 17
3
Surfing the web via Asterisk.
Ah, no, you misunderstand. Asterisk wouldn't care one little bit what
is on the page - Chromevox would do all that.
A screenreader usually tabs or arrows their way about, selecting
headings to read content.
Thus, Asterisk ONLY needs to be able to hear content FROM the browser
and pipe it to the channel, and pass keypresses back TO the browser.
The human is the parser, if that makes sense?
2009 May 23
0
RMTPE specification
Here is a cleanroom specification of RTMPE which has been documented
from rtmpdump v1.6 source code. updates will be at:
http://lkcl.net/rtmp/RTMPE.txt
it is from the perspective of a client however implementing from the
perspective of a server is a trivial matter.
please distribute freely and widely.
please implement and distribute even wider, in both client and server.
note: absolutely no
2016 Oct 17
2
Surfing the web via Asterisk.
Has anyone attempted making the web phone accessible? I can only find one
company which operated between 1996 and 2000.
I was thinking, install Chrome with Chromevox, headless, on a server, and
use something like an AGI to send basic keyboard commands to navigate a
page, as a screenreader user would, and pipe the audio back to a channel,
to be streamed by Asterisk.
(Bear with me here - it's
2010 May 04
3
Using R with screenreading software
Dear R-Experts,
a student of mine tries to use the Windows-Rconsole with screen reading
software (she is blind), and cannot access the command line (Menus are ok).
The company which produces her screen reader tells her that this is due to
the cursor used in Rconsole, which is static, not blinking. They maintain
that if the cursor could be changed to a blinking one, she should be able to
access
2012 Mar 16
0
How to know if packet is dropped by kernel for udp checksum mismatch
Hi all,
I have a netfilter_queue app which de-obfuscates a already obfuscated
udp packets. de-obfuscation process ends successfully but somehow packet
is not reaching to the udp daemon. i'm suspecting this is happening
because of a udp checksum mismatch. so i'm wondering how can i get logs
of packets which are dropped because of udp checksum mismatch?
i've heard linux by default
2011 Sep 09
1
1 TByte (99,5%) data missing on rsync backup???
Hi,
I have a weird problem with RSync:
On a NAS are about 1,2 TB data. When I plug in a harddisk and make a
backup with RSync, "df -h" shows the backup disk filling up to nearly 1,2
TB. But after RSync has
finished, there are only 3.7 GB on the backup disk.
System:
Linux nas 2.6.37-gentoo-r4 #1 SMP Tue May 3 19:54:31 CEST 2011
x86_64 Intel(R) Atom(TM) CPU 330 @ 1.60GHz GenuineIntel
2006 May 22
3
Best Rails API source
Folks,
Is api.rubyonrails.com the best source for RoR API info? Do any other formats exist, that are easier to navigate/search?
Thanks,
Marcus
Marcus Blankenship
Technology Services - Software Group
JELD-WEN, inc.
Information Systems
541-882-3451 x 2558
marcusb@jeld-wen.com
RELIABILITY for real life*
This correspondence is for the named person''s use only. It may contain
2009 Jan 15
3
Bar Plot ggplot2 Filling bars with cross hatching
#I am putting a test together for an introductory biology class and I
would like to put different cross hatching inside of each bar for the
bar plot below
color <- c("Brightly Colored", "Dull", "Neither")
lizards <- c(277, 70, 3)
liz.col <- data.frame(color, lizards)
qplot(color, lizards, data=liz.col, geom="bar", ylab="Observed
Matings",
2008 Mar 10
1
Problem with ADS idmap backend
I'm running Samba 3.0.28a on a CentOS 3.9 box as a member of an AD
domain whose PDC is a W2k3 server (Standard x64 R2 SP2).
Using wbinfo -u and wbinfo -g I can see domain users and groups from
the CentOS box, but getent (passwd|group) fails to display them. The
nsswitch is setup correctly, as far as I can tell. When I tail -f the
samba log file during a getent query, I see that winbindd is
2012 Jan 12
2
Request for obfuscating the handshake
Dear OpenSSH team,
First of all thanks a lot for your good work on developing such a usable
peace of software. Nice job.
As you may know, we have some issues using OpenSSH in Iran. Recently the
government did some packet filtering on some 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
2011 Nov 20
1
Setting up a Virtual Machine
I have CentOS 5.7. How would I go about setting up a virtual machine so
as to run another Linux distro on top of it? Specifically Scientific
Linux or Vinux, a special distro for blind users. I will be using the
latter to test my BrailelBlaster software with gtk and the Orca
screenreader. Will I have to assign memory to the VM permanently?
Thanks,
John
--
John J. Boyer; President, Chief
2015 Apr 07
1
Icecast won't start on system boot
On Mon, 6 Apr 2015 17:47:38 +0200, you wrote:
>Hello Steve!
>
>2015-04-02 17:32 GMT+02:00 Steve Matzura <sm at noisynotes.com>:
>> Ya know, there are none so blind ... IT'S BEEN COMMENTED OUT!
>>
>> <security>
>> <chroot>0</chroot>
>> <!--
>> <changeowner>
>>
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
2006 Jul 06
3
bug/feature
I don't know if this has been mentioned here or even thought of in the
grand scheme of things and I'm just sending a one time email about it
"just in case"
I recently swapped my server around and I'm using dovecot now....LOVE
it! Could use a bit more intuitive error messages, but otherwise, it's
great!
But there is one flaw that I've run into with my users.
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