search for: jedem

Displaying 14 results from an estimated 14 matches for "jedem".

Did you mean: jede
2008 Dec 31
1
Cool: using Wine to dissect the Storm bot!
...ar Squeezing Attack Traces und Stormfucker: Owning the Storm Botnet. Zuerst wurden konkrete Techniken gezeigt, wie man Malware analysieren kann. Die Zentrale Idee ist hier, statt eine Sandbox (Windows in einer VM) zu verwenden, die Requests unter Linux an Wine weiterzureichen. Dort kann man sich an jedem beliebigen Punkt reinh?ngen und die Requests der Malware auseinander nehmen." Sounds like somebody was using Wine to trace through the Storm bot's code, one win32 syscall at a time. Cool! - Dan
2020 Sep 09
0
[PATCH] klcc: Remove the need for bash
...right? but Apparently it cannot, at least not in some GNU make versions. > So that's a bit odd, also, wouldn't shell sh do a double shell? Shell Apparently not, otherwise it'd work without. bye, //mirabilos -- ?Cool, /usr/share/doc/mksh/examples/uhr.gz ist ja ein Grund, mksh auf jedem System zu installieren.? -- XTaran auf der OpenRheinRuhr, ganz begeistert (EN: ?[?]uhr.gz is a reason to install mksh on every system.?)
1998 Oct 16
0
Reisegutschein - Angebot der Woche
...s... COSTA RICA Natur pur 1998/1999, apropos... Gelbe Seiten MITTELAMERIKA 1998/1999 apropos... Gelbe Seiten S=DCDAMERIKA 1998/1999 apropos... KARIBIK A-V von Anguilla bis Virgin Islands apropos... TAUCHEN weltweit ------------------------------------------------------ zu buchen bei apropos oder in jedem renommierten REISEB=DCRO !! ------------------------------------------------------ http://apropos.at apropos reisen gmbh. Reinprechtsdorferstrasse 62 A-1050 Wien Tel.:01/545 82 20-0 Fax.:01/545 82 20-20 email: VIE@apropos.at Dorfstrasse 33 A-2284 Untersiebenbrunn Tel.:02286/3200-0 Fax.:02286/2080...
1998 Oct 16
0
Reisegutschein - Angebot der Woche
...s... COSTA RICA Natur pur 1998/1999, apropos... Gelbe Seiten MITTELAMERIKA 1998/1999 apropos... Gelbe Seiten S=DCDAMERIKA 1998/1999 apropos... KARIBIK A-V von Anguilla bis Virgin Islands apropos... TAUCHEN weltweit ------------------------------------------------------ zu buchen bei apropos oder in jedem renommierten REISEB=DCRO !! ------------------------------------------------------ http://apropos.at apropos reisen gmbh. Reinprechtsdorferstrasse 62 A-1050 Wien Tel.:01/545 82 20-0 Fax.:01/545 82 20-20 email: VIE@apropos.at Dorfstrasse 33 A-2284 Untersiebenbrunn Tel.:02286/3200-0 Fax.:02286/2080...
2002 Nov 20
1
syslinux in hdd
Dear, I want to implemanted syslinux in my HDD, is there special case? Pls...help me... -- Best regards, Jack mailto:blue_eye at BonBon.net YM : kanda_sayang ICQ : 111377615
2013 Nov 11
2
[PATCH 3/3] arm64: Introduce arm64 support
...alone when -mgeneral-regs-only is supplied for building klibc >and any software linked against klibc. I would much prefer to We can enforce this in klcc, just like -mregparm=3 is used by the i386 target. bye, //mirabilos -- ?Cool, /usr/share/doc/mksh/examples/uhr.gz ist ja ein Grund, mksh auf jedem System zu installieren.? -- XTaran auf der OpenRheinRuhr, ganz begeistert (EN: ?[?]uhr.gz is a reason to install mksh on every system.?)
2020 Sep 09
2
[PATCH] klcc: Remove the need for bash
Hey Greg, On 08-09-2020 22:07, Thorsten Glaser wrote: > Greg Thelen dixit: > >> This doesn't work with older versions of make. ?make 4.2.1 seems common >> now and does not support $(shell command). >> >> $ cat Makefile >> $(info take1: $(shell command -v ls)) >> $(info take2: $(shell bash -c 'type -p ls')) >> >> all: >>
2013 Nov 08
2
[PATCH 3/3] arm64: Introduce arm64 support
On 11/08/2013 09:12 AM, Steve Capper wrote: > + > +/* > + * x19-x28 are callee saved, also save fp, lr, sp. > + * d8-d15 are also callee saved. > + */ > + > +struct __jmp_buf { > + uint64_t __gregs[13]; > + uint64_t __fpregs[8]; > +}; > + Since the index of these arrays have no connection with what is stored in them, they should be named fields in the structure,
2023 Jan 24
2
mips64el stat/time/…? problem
Hi Ben, >Thorsten: I've attached a patch which I tested briefly in QEMU. Let me >know if this works for you. sorry for the delay. I was able to test this on eller today. To reproduce the issue, this was needed, because the value read was a nanosecond field and so the test didn?t always fail: (sid_mips64el-dchroot)tg at eller:~$ while sleep 0.1; do :>b; ./mksh -c 'test a -nt
2020 Jul 28
2
[PATCH] Add syscall wrappers required by libkeyutils
On 2020-07-27 19:20, hpa at zytor.com wrote: > > I'm not so sure they have dealt with it in the sense of having it work on all architectures. *Most* of the problems are related to the shifting the arguments by one, which can cause a bunch of problems, especially if it means the arguments spill to memory. However, I have absolutely no idea how to correctly implement syscall(3) on s390
2020 Mar 27
2
[PATCH v2 5/5] Clean up clang warnings
- Convert the "old style" GNU field designator extension to the new style. - Use proper indexing into a string literal. - Use "%s" for the format string in "fmtstr". - Add or remove casts of the "void *" argument of ioctl. - Convert "if (!exitstatus == isor)" to "if ((!exitstatus) == isor)" which retains the current semantics, but may
2020 Mar 11
6
[PATCH 0/1] *** SUBJECT HERE ***
Hi, sifting through my system's logs, I noticed many break-in attempts by rogue ssh clients trying long lists of common passwords. For some time now I pondered different approaches to counter these, but could not come up with a solution that really satisfied me. I finally reached the conclusion that any countermeasures required support in sshd itself, and created the attached patch. If
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition live OS sounds right up my alley, and I will definitely check it out. The second partition is working well with `parted' and `fdisk', so I am quite pleased. Below is, again, "what I came up with". I tried to integrate each of your
2020 Jun 03
7
Help with ssh -A, screen, ssh -a, detach, logout
Hi, I've noticed some ssh behaviour that I wish didn't happen. I was wondering if someone can explain how I can stop it from happening, or explain why it's unavoidable. If I ssh-with-agent-forwarding from one host to a second host, and on the second host use something like nohup/screen/tmux/daemon, and from within that new process session, start a long-running command via