search for: capston

Displaying 20 results from an estimated 20 matches for "capston".

Did you mean: capstone
2013 Dec 19
1
[LLVMdev] project built with LLVM
Hello, I have been collaborating with a project I would like to propose for inclusion in the list of software built with LLVM. The project is a disassembly framework named Capstone (https://github.com/aquynh/capstone). Here is a description: --- snip --- Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Our target is to make Capstone the ultimate disassembly engine for binary analysis and reversing in the security community. Some known us...
2004 Aug 06
3
Icecast User Login Question
Hello, I have stumbled upon your email address in my search for finding an answer to a problem I'm looking into for school. I attend the Univ. of Cincinnati and am working on my Senior Design Capstone project. I am working with a local independent radio station, WOXY, which is interested in updating its streaming radio to Icecast. I have taken this project under my wing and have tried to determine if it's doable. My question is that WOXY would like to have a subscription service to t...
2018 Apr 02
1
Custom Binary Format Challenges
...ers, which is not offered by x86. When bitcode gets assembled/compiled to machine language, it breaks down the SSA form into non-SSA format. Personally I don't know how to use bitcode language to achieve what you want to do. The closest thing I can think of is the llvm-MC library, keystone and capstone project, : http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html http://www.keystone-engine.org/ https://www.capstone-engine.org/ In fact, I'm also looking for something similar -- to be able to specify the machine instructions base solely on the IR. If you found anything let me know!...
2002 Mar 23
3
Rsync permissions...
I am transferring some files from a RH7.0 machine to a RH7.2 machine as root with a cron job, using the following: rsync -avt /home homeserver::home rsync -avt /etc homeserver::etc Some of the files transfer OK, but I get: building file list ... done failed to set permissions on home : Operation not permitted home/brad/ home/ftp/bin/ home/ftp/etc/ home/ftp/pub/ home/rsyncuser/ failed to set
2004 Aug 06
2
Icecast User Login Question
...t User Login Question > > > > Hello, > > > > I have stumbled upon your email address in my search for > > finding an answer to a problem I'm looking into for school. > > > > I attend the Univ. of Cincinnati and am working on my Senior > > Design Capstone project. I am working with a local > > independent radio station, WOXY, which is interested in > > updating its streaming radio to Icecast. I have taken this > > project under my wing and have tried to determine if it's > > doable. > > > > My question is tha...
2018 Apr 02
0
Custom Binary Format Challenges
If you can write what you want to output in C with asm statements, clang can show you what the IR should look like. On Mon, Apr 2, 2018 at 7:35 AM, Kenneth Adam Miller via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Program counter - EIP, RIP for x86/64. I need to obtain it and pass it as > an argument to the function that calculates an ordinal from it. > > I think that
2004 Aug 06
0
Icecast User Login Question
...2:46 PM Subject: [icecast-dev] Icecast User Login Question <p>> Hello, > > I have stumbled upon your email address in my search for > finding an answer to a problem I'm looking into for school. > > I attend the Univ. of Cincinnati and am working on my Senior > Design Capstone project. I am working with a local > independent radio station, WOXY, which is interested in > updating its streaming radio to Icecast. I have taken this > project under my wing and have tried to determine if it's > doable. > > My question is that WOXY would like to have a su...
2012 Jul 17
0
Building a web risk calculator based on Cox PH--definitive method for calculating probability?
Hello all, I am a medical student and as a capstone for my summer research project I am going to create a simple online web "calculator" for users to input their relevant data, and a probability of relapse within 5 years will be computed and returned based on the Cox PH model I have developed. The issue I'm having is finding a defini...
2002 Apr 06
1
ERROR: chroot failed
I am trying to use rsync to transfer some directories from a RedHat 7.0 box to a RedHat 7.1 rsync server via a cron job. The cron command line: 00 00 * * * /usr/local/bin/emailbackup > /tmp/backup.log 2>&1; mail -s "Rsync Backup Log" my@emailaddres < /tmp/backup.log The 7.1 rsyncd.cond; [home] path = /home/brad/data/emailbackup read only = no uid = root gid = root The
2004 Aug 06
0
Icecast User Login Question
...gt; > > Hello, > > > > > > I have stumbled upon your email address in my search for > > > finding an answer to a problem I'm looking into for school. > > > > > > I attend the Univ. of Cincinnati and am working on my Senior > > > Design Capstone project. I am working with a local > > > independent radio station, WOXY, which is interested in > > > updating its streaming radio to Icecast. I have taken this > > > project under my wing and have tried to determine if it's > > > doable. > > > &gt...
2012 Jul 18
0
Building a web risk calculator based on Cox, PH--definitive method for calculating probability?
...bled when writing code :-) 5. If you plot the survival curve for the veterans cancer data set it only reaches to about 2 1/2 years, so the summary for 5 years will return NULL. Terry Therneau On 07/18/2012 05:00 AM, r-help-request at r-project.org wrote: > I am a medical student and as a capstone for my summer research project I am > going to create a simple online web "calculator" for users to input their > relevant data, and a probability of relapse within 5 years will be computed > and returned based on the Cox PH model I have developed. > > The issue I'm ha...
2018 Apr 01
2
Custom Binary Format Challenges
Program counter - EIP, RIP for x86/64. I need to obtain it and pass it as an argument to the function that calculates an ordinal from it. I think that there must be some way to use the bitcode language to place byte values at a designated offset. Or use the command line to specify the section and offset for the data. On Sun, Apr 1, 2018 at 6:00 PM, Brenda So <sogun3 at gmail.com> wrote:
2002 Dec 31
2
Printing with CUPS & Samba...
I am trying to print from both a Win98 PC via Samba and a Red Hat 8.0 workstation to an HP 4 Plus printer that is connected to a Red Hat 8.0 server. I have managed to get the Win98 PC working OK, but am having difficulty with the RH8 workstation. I set the printer up using a browser with <Server>:631, calling it HP4Plus, and I can send a test print from the browser on the RH8 box via
2014 Aug 07
2
Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?
...the same setup (near as I can tell) on > a machine with Dovevot 2.0.19 (via Ubuntu 12.04 LTS). This problem > machine is running 2.2.9 (via Ubuntu 14.04 LTS). My "doveconf -n" output > is at the bottom of my original post. > > I would love to figure this out; it will be the capstone on an otherwise > perfect build. :) > > Thanks for any ideas! one idea: http://www.tldp.org/LDP/abs/html/exitcodes.html exit code 134 would be in bash's meaning (if this website is correct all) some program died off signal 6. This would be Abort in Linux. prepend your script with...
2020 Jun 28
3
Introducing the binary-level coverage analysis tool bcov
...my debugging needs. I'm planning to open source this tool later. In the meantime, using gdb as described in the artifacts repository ( https://github.com/abenkhadra/bcov-artifacts/blob/master/sample-binaries/README.md) might be the easiest way to inspect the patch code. > bcov depends on capstone, which appears to be a pretty standard disassembly > tool... It is based on a ~2013 shimmed-down version of LLVM MC and > LLVM*Disassembler. The generated files (e.g. > arch/X86/X86DisassemblerDecoder.c) > get ad-hoc sporadic amendment from contributors over the years.. It is a > bi...
2020 Jun 26
4
Introducing the binary-level coverage analysis tool bcov
## TL;DR We introduce bcov, an open-source binary-level coverage analysis tool [1]. The details are discussed in our paper [2], which is accepted to ESEC/FSE'20. bcov statically instruments x86-64 ELF binaries without compiler support. It features several techniques that allow it to achieve high performance, transparency, and flexibility. For example, running "make
2009 Oct 26
17
Relation to DMTF's CIM
I was wondering how Puppet relates to the DMTF''s CIM. AFAICT there is a clear connection between the two, but I see very little discussion on the topic on the list. Thanks, Cameron. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2002 May 24
0
Rsync daemon...
Can anyone tell me how to stop the rsync daemon? Regards, Brad
2004 Apr 26
1
Can't get SWAT to work...
I have a Red Hat 9 file server and I have been unable to use swat to configure the smb.conf file. I have samba-swat installed and the following in /etc/xintetd: ================================================================= # default: off # description: SWAT is the Samba Web Admin Tool. Use swat \ # to configure your Samba server. To use SWAT, \ # connect to port
2002 Jul 05
3
Printing with Samba...
We have had a hard disk crash in one of our file servers and it has been rebuilt with Red Hat 6.1 by a software vendor. It had to be this older version due to some legacy sostware that won't work with any later version. I am trying to restore it to it's original state as a Samba file server for a small number of Windows 98 clients. I have installed Samba 2.0.7-4 (the latest for Red