Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
April 24, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 578
Members: 0
Total: 578
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index
Search found 55 matches
mmx strlen implementation
PostForum: Assembler   Posted: Thu Feb 09, 2006 12:05 am   Subject: mmx strlen implementation
erg0t
 
Replies: 3
Views: 11085




iluminated code Smile

personal note > pone el source del bot aka no seas careta
todavia le falta xD
mmx strlen implementation
PostForum: Assembler   Posted: Tue Feb 07, 2006 7:54 pm   Subject: mmx strlen implementation
erg0t
 
Replies: 3
Views: 11085




I optimized a little the rutine.
Benchmarks:

old

real 0m9.412s
user 0m9.355s
sys 0m0.025s

new

real 0m8.120s
user 0m8.073s
sys 0m0.019s


new code:

macro strl ...
mmx strlen implementation
PostForum: Assembler   Posted: Sat Feb 04, 2006 3:19 pm   Subject: mmx strlen implementation
erg0t
 
Replies: 3
Views: 11085




Hi, yesterday I was iluminated and it ended in a very fast and small strlen implementation. It uses 2 general registers, two mmx registers, and has only one branch. Can be modified easly to scan for a ...
Lookin for linux cracking tuts
PostForum: Newbies corner   Posted: Tue Jan 24, 2006 11:08 pm   Subject: Lookin for linux cracking tuts
erg0t
 
Replies: 5
Views: 11832




mhm
i tried strace ... but it does not get any output itself from the program. perhaps the coders used a workaround to hide their code from beeing traced by such simple standard linux tools.
execve( ...
Lookin for linux cracking tuts
PostForum: Newbies corner   Posted: Tue Jan 24, 2006 12:43 pm   Subject: Re: Lookin for linux cracking tuts
erg0t
 
Replies: 5
Views: 11832




hi everybody
everyone knows cracking in windows. but cracking programs under linux ... somehow impossible without right knowledge.
there is a game out there ... which has a stupid handbook-page/2let ...
whack-a-mole crack
PostForum: Disassembling   Posted: Sat Jan 21, 2006 4:04 pm   Subject: Re: assembly wrt whack-a-mole
erg0t
 
Replies: 5
Views: 14404




you know assembly?

ya i know it. but at least i should know how to use the output of disassembly. can u suggest me a good tutorial?

well, the best site is the +HCU
take a look at +Fravia's site ...
whack-a-mole crack
PostForum: Disassembling   Posted: Fri Jan 20, 2006 2:54 pm   Subject: whack-a-mole crack
erg0t
 
Replies: 5
Views: 14404




you know assembly?
NEW! Unkillable thread + procfs corruption
PostForum: Linux world   Posted: Fri Jan 13, 2006 10:02 am   Subject: NEW! Unkillable thread + procfs corruption
erg0t
 
Replies: 15
Views: 29155




Well I use x86 and why is it not working?

Shai-tan

Sorry, I know what is happening, I use lot of macros I made for my code, so to get a code that everyone could compile I used nasm -e and posted ...
NEW! Unkillable thread + procfs corruption
PostForum: Linux world   Posted: Thu Jan 12, 2006 8:07 pm   Subject: NEW! Unkillable thread + procfs corruption
erg0t
 
Replies: 15
Views: 29155




gcc -nostartfiles -m32 -o test -pipe -march=i386 -mcpu=i686 -fno-strength-reduce -fno-strict-aliasing -pipe test.o
collect2: ld terminated with signal 11
i give up

The problem is that nasm gener ...
NEW! Unkillable thread + procfs corruption
PostForum: Linux world   Posted: Thu Jan 12, 2006 3:32 pm   Subject: NEW! Unkillable thread + procfs corruption
erg0t
 
Replies: 15
Views: 29155




Hey erg0t hows everything holding up? Ah isnt assembly great...

Anywayz:


shai-tan@Shai-tan:~$ nasm -felf test.asm ; gcc test.o -o test
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/cr ...
NEW! Unkillable thread + procfs corruption
PostForum: Linux world   Posted: Wed Jan 11, 2006 2:42 pm   Subject: NEW! Unkillable thread + procfs corruption
erg0t
 
Replies: 15
Views: 29155




hi
i tried to compilie your progg under amd64 but it didn't work. i got kernel 2.6.15 and i get
/usr/lib/gcc/x86_64-slackware-linux/3.4.4/../../../../x86_64-slackware-linux/bin/ld: warning: i386 arc ...
NEW! Unkillable thread + procfs corruption
PostForum: Linux world   Posted: Tue Jan 10, 2006 5:33 pm   Subject: NEW! Unkillable thread + procfs corruption
erg0t
 
Replies: 15
Views: 29155




well, I did some more tests, and the thread is terminated, but the structures still there, so is really killed Sad
I will try to do some more tests to se if I can find a way to keep the thread running
NEW! Unkillable thread + procfs corruption
PostForum: Linux world   Posted: Tue Jan 10, 2006 4:28 pm   Subject: NEW! Unkillable thread + procfs corruption
erg0t
 
Replies: 15
Views: 29155




This is a new PoC of the old bug I found, now it can run the thread!!!
And in the old bug, the thread could be killed re-attaching it, now it can't!!!
And one more thing, some of the ProcFS info is ...
Looking for a ftp scanner
PostForum: Linux world   Posted: Sun Oct 16, 2005 11:00 pm   Subject: Looking for a ftp scanner
erg0t
 
Replies: 15
Views: 26274




Well right, i think perl is a great programming language, because there is no need to compile things, they just run at run-time. c ist great as we know, but it's rather old and there is no way u can w ...
Looking for a ftp scanner
PostForum: Linux world   Posted: Sun Oct 16, 2005 6:25 pm   Subject: Looking for a ftp scanner
erg0t
 
Replies: 15
Views: 26274




Well right, i think perl is a great programming language, because there is no need to compile things, they just run at run-time. c ist great as we know, but it's rather old and there is no way u can w ...
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.137 Seconds