Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #181  
Old 05-23-2005, 23:03
k2k2000 k2k2000 is offline
Friend
 
Join Date: Aug 2004
Posts: 48
Rept. Given: 6
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 2 Times in 2 Posts
k2k2000 Reputation: 0
Software Exorcism: A Handbook for Debugging and Optimizing Legacy Code

http://rapidshare.de/files/1057846/Software_Exorcism._A_Handbook_for_Debugging_and_Optimizing_Legacy_Code_-_APress_.rar.html


Password : http://babybluevn.co.nr
Reply With Quote
  #182  
Old 05-24-2005, 14:26
Sergey R.
 
Posts: n/a
Quote:
Originally Posted by zdensys
Wiley.Reversing.Secrets.of.Reverse.Engineering.Apr.2005.eBook-DDU
...
Thank you for this book! It seems to be very interesting.

But alas I've found a mistake in this book.

p.570:
Quote:
... The cdecl calling convention is the standard C and C++ calling convention. The unique feature it has is that it allows functions to receive a dynamic number of parameters. This is possible because the caller is responsible for restoring the stack pointer after making a function call. Additionally, cdecl functions receive parameters in the reverse order compared to the rest of the calling conventions. The first parameter is pushed onto the stack first, and the last parameter is pushed last. ...
p.571:
Quote:
... stdcall is the opposite of cdecl in terms of argument passing method and order. stdcall functions receive parameters in the reverse order compared to cdecl, meaning that the last parameter an stdcall function takes is pushed to the stack first. ...
This is not correct! "cdecl" and "stdcall" calling conventions are equal in a method of arguments passing into the stack. They both push arguments in the stack from right to left. The only difference is the method of the stack clearance, it is made by caller with "cdecl" and by called function with "stdcall".

So be careful reading this book. There may be other mistakes in it...

Last edited by Sergey R.; 05-24-2005 at 14:43.
Reply With Quote
  #183  
Old 05-24-2005, 23:40
SOLAR SOLAR is offline
Friend
 
Join Date: Aug 2004
Posts: 126
Rept. Given: 6
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 12
Thanks Rcvd at 6 Times in 6 Posts
SOLAR Reputation: 2
Quote:
Originally Posted by Sergey R.
Thank you for this book! It seems to be very interesting.

But alas I've found a mistake in this book.

p.570:
p.571:

This is not correct! "cdecl" and "stdcall" calling conventions are equal in a method of arguments passing into the stack. They both push arguments in the stack from right to left. The only difference is the method of the stack clearance, it is made by caller with "cdecl" and by called function with "stdcall".

So be careful reading this book. There may be other mistakes in it...
email the publishers of the book or the author.

Good work!
Reply With Quote
  #184  
Old 05-31-2005, 19:09
siddhartha
 
Posts: n/a
Here we have hundreds of programming e-books:

http://store5.arenabg.com/DOX/EBOOKS/


nJoy!


/siddhartha
Reply With Quote
  #185  
Old 06-01-2005, 08:09
SOLAR SOLAR is offline
Friend
 
Join Date: Aug 2004
Posts: 126
Rept. Given: 6
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 12
Thanks Rcvd at 6 Times in 6 Posts
SOLAR Reputation: 2
Quote:
Originally Posted by siddhartha
Here we have hundreds of programming e-books:

http://store5.arenabg.com/DOX/EBOOKS/

nJoy!
/siddhartha

And available free on the internet are millions of programming ebooks.

Knowledge should be free.
Reply With Quote
The Following User Says Thank You to SOLAR For This Useful Post:
Indigo (07-19-2019)
  #186  
Old 06-01-2005, 19:48
Shub-Nigurrath's Avatar
Shub-Nigurrath Shub-Nigurrath is offline
VIP
 
Join Date: Mar 2004
Location: Obscure Kadath
Posts: 918
Rept. Given: 59
Rept. Rcvd 419 Times in 94 Posts
Thanks Given: 68
Thanks Rcvd at 326 Times in 99 Posts
Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499
Anyone having this book to share?

Kris Kaspersky, Hacker Debugging Uncovered, APress

Note, "Debugging Uncovered", not "Disassembling Uncovered"!

10x in advance.
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪)
There are only 10 types of people in the world: Those who understand binary, and those who don't
http://www.accessroot.com

Last edited by Shub-Nigurrath; 06-01-2005 at 20:09.
Reply With Quote
  #187  
Old 06-01-2005, 21:55
JMI JMI is offline
Leader
 
Join Date: Jan 2002
Posts: 1,627
Rept. Given: 5
Rept. Rcvd 199 Times in 99 Posts
Thanks Given: 0
Thanks Rcvd at 96 Times in 94 Posts
JMI Reputation: 100-199 JMI Reputation: 100-199
This little note might have something to do with its "availability":

Hacker Debugging Uncovered (Uncovered series)
by Kris Kaspersky

Availability: This item has not yet been released. You may order it now and we will ship it to you when it arrives from Amazon.com. Sold by Amazon.com.

But no harm in doing your Christmas "shopping" early.

Regards,
__________________
JMI
Reply With Quote
  #188  
Old 06-01-2005, 22:50
Shub-Nigurrath's Avatar
Shub-Nigurrath Shub-Nigurrath is offline
VIP
 
Join Date: Mar 2004
Location: Obscure Kadath
Posts: 918
Rept. Given: 59
Rept. Rcvd 419 Times in 94 Posts
Thanks Given: 68
Thanks Rcvd at 326 Times in 99 Posts
Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499
warwsh! ok, will sit down in meditation on the bank side and wait till the book will pass ahead.. :-D
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪)
There are only 10 types of people in the world: Those who understand binary, and those who don't
http://www.accessroot.com
Reply With Quote
  #189  
Old 06-06-2005, 14:07
k2k2000 k2k2000 is offline
Friend
 
Join Date: Aug 2004
Posts: 48
Rept. Given: 6
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 2 Times in 2 Posts
k2k2000 Reputation: 0
Find the Bug A Book of Incorrect Programs

Find the Bug A Book of Incorrect Programs

Title: Find the Bug : A Book of Incorrect Programs
ISBN: 0321223918
Author: Adam Barr
Paperback: 336 pages; Dimension: 0.00 x 0.00 x 0.00 inches
Publisher: Addison-Wesley Professional; 2004-10-06


http://www.maugmasti.com/ebook/Addison%20Wesley%20-%20Find%20the%20Bug%20A%20Book%20of%20Incorrect%20Programs.chm
Reply With Quote
  #190  
Old 06-13-2005, 22:20
benina benina is offline
Friend
 
Join Date: Nov 2004
Posts: 47
Rept. Given: 10
Rept. Rcvd 5 Times in 2 Posts
Thanks Given: 13
Thanks Rcvd at 3 Times in 3 Posts
benina Reputation: 5
The Art of Computer Virus Research and Defense.


http://rapidshare.de/files/1244541/Addison.Wesley.The.Art.of.Computer.Virus.Research. and.Defense.Feb.2005.eBook-LiB.zip.htm

[EDIT JMI: This reports "File Not Found." and this post will soon disappear.]

[edit benina : sorry, correct link :
http://rapidshare.de/files/1244541/Addison.Wesley.The.Art.of.Computer.Virus.Research.and.Defense.Feb.2005.eBook-LiB.zip.htm
]

Last edited by benina; 06-14-2005 at 21:55.
Reply With Quote
  #191  
Old 06-14-2005, 03:10
NoRG NoRG is offline
Friend
 
Join Date: Jul 2004
Location: Ukraine
Posts: 28
Rept. Given: 1
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
NoRG Reputation: 0
JMI and all
Right link is without space before "and"

_http://rapidshare.de/files/1244541/Addison.Wesley.The.Art.of.Computer.Virus.Research.and.Defense.Feb.2005.eBook-LiB.zip.htm

[EDIT JMI: Well that does make it work MUCH better! ]
Reply With Quote
  #192  
Old 06-14-2005, 09:16
gabri3l's Avatar
gabri3l gabri3l is offline
Parity Error 0x0FF2131D
 
Join Date: Aug 2003
Location: Eastern Shore
Posts: 118
Rept. Given: 0
Rept. Rcvd 4 Times in 1 Post
Thanks Given: 8
Thanks Rcvd at 21 Times in 10 Posts
gabri3l Reputation: 4
Since this thread has become very long, and many links are broken, and some that work have no information, I decided to make a list of all the links that are currently working and what they contain. This is good as of June 13 2005 9:00 -5 GMT
Please don't post/PM "Thislink" is/isn't working. Its annoying and it just makes the thread longer, you want to tell people what is/isn't working; you make the list.
So hopefully this makes someones life easier.
*I attached the nonworking links if anyone cares, also a few untested because they were all in one post and I was lazy


Working::

hxxp://www.hackersplayground.org/books.html :: Coding/Database, Linux/Unix, Windows, networking, Misc
hxxp://www.kickme.to/zap :: Frontend for Googling pdf files
hxxp://valle.fciencias.unam.mx/libros.htm :: Algebra Texts in In Spanish
hxxp://www.comms.scitech.susx.ac.uk/fft/ :: Computer Programming, VHDL, Operating systems, Cryptography, Security, networking, Computer Clusters, Bluetooth, Mathematics, Engineering, UNIX, USENIX, Miscelaneous
hxxp://www.eastasp.com/zh-cn/ebooks/index.aspx# :: Many Programming books
hxxp://onlinebooks.library.upenn.edu/webbin/book/subjectstart?QA :: Online Mathematics Books
hxxp://www.intelinfo.com/free_it_training_materials_and_books.html :: Free IT Training Materials and Books
hxxp://www.yatyat.dns2go.com:3993/pub/reference_docs :: Program Manuals/Guides
hxxp://www.emperorsrage.com/RTFM :: Free BSD, Security, Administration, DNS and BIND, Apache
hxxp://safariexamples.informit.com/ :: Companion Programs to Books, Organized by ISBN #
hxxp://mirrors.usaaa.ru:8001/ :: Oreilly Ebooks
hxxp://www.et.utt.ro/public/Docs/ :: Programming
hxxp://stommel.tamu.edu/~baum/programming.html :: A list of freely available documents (i.e. tutorials, books, guides, reference manuals, etc.) for learning how to program in various languages
f*p://217.11.138.10/books/ :: Programming Books
f*p://202.118.66.15/pub/books/ :: Programming, Linux
hxxp://maththinking.com/boat/computerbooks.html :: Free Computer Books, Tutorials, Lecture Notes
f*p://194.105.193.56/pub/warez/books/ :: Programming, OS, Web
hxxp://docs.msfree.ca/ebooks/ :: Linux, Solaris
hxxp://www.fixdown.com/new/new04_1.htm :: Misc Tech Ebooks
hxxp://www.click-now.net/ebooks.htm :: Misc Ebooks (who knew you could trust a site called "click-now")
hxxp://www.turboreactor.com/TRSEbooks.htm :: Misc Books, A Few Tech Book
hxxp://www.windowsitlibrary.com/ebooks/administeringad/Index.cfm :: Windows 2003: Active Directory Administration Essentials
hxxp://coweb.cc.gatech.edu:8888/uploads/cs1315/807/ :: Draft of Introduction to Media Computation: A Multimedia Cookbook in Python
hxxp://coweb.cc.gatech.edu/mediaComp-plan/uploads/101/mediacompBook.pdf :: Introduction to Computing and Programming in Java:a Multimedia Approach
hxxp://www.lisa.org/interact/2003/SoftwareTesting.zip :: Free Book on Software Testing and Internationalization
hxxp://abel.sk.tsukuba.ac.jp/~janos/bookshelf/ :: Free Linux, Programming, Misc books
hxxp://www.flashdance.cx/books/ :: O'reilly Books, Few others
hxxp://www.cacr.math.uwaterloo.ca/hac/ :: The Handbook of Applied Cryptography
hxxp://citrin.pp.ru/docs/ :: OS, Programming, Misc Tech
hxxp://docs.rinet.ru/ :: Free Books on Internet, Web Design, Perl, Java, Database, Unix, Networks, Netware, Microsoft
f*p://131.204.110.10/pub/dalvish/Documents/apps/learning-linux :: 12 Books on Learning Linux
hxxp://avaxhome.ru/ebooks/ :: Random Ebooks
hxxp://www.acm.uiuc.edu/sigmil/RevEng/index.html :: Online book about reverse engineering software under both Linux and Microsoft Windows
hxxp://giuciao.altervista.org/free_books.html :: OS, Internet, networking, Programming, Design and CAD. All books are offsite links so some may be broken
hxxp://www.geocities.com/nothing_tk/Programming_Windows_Fifth_Edition.zip :: Programming Window Fifth Edition by Charles Petzold
hxxp://www.geocities.com/nothing_tk/The_Art_of_Assembly_Language.zip :: The Art of Assembly Language
hxxp://212.14.233.133/portal_resources/downloads.jsp :: Programming, Database, Web, networking, Multimedia, OS, XML
hxxp://www.intelinfo.com/newly_researched_free_training/Oracle.html :: Oracle Training and Tutorials
hxxp://utopia.duth.gr/~sn7895/ :: Misc Programming Texts
hxxp://www.delmar.edu/Courses/ITSY1300/eBooks/ :: Security Books
hxxp://hinst.net/~ragtucaj/utilities/ :Working: Programming, Linux
hxxp://autonomous.tv/~spencer/books/pdf/ :: O'reilly
hxxp://wxw.paulpbaker.com/ebooks.htm :: Misc Ebooks, Some windows XP Books, Some Broken Links
hxxp://www.drpaulcarter.com/pcasm/ :: PC Assembly Language
f*p://193.231.20.1/ :: Programming, OS, Window, Web
hxxp://xammep.nm.ru/doc/ :: Offsite Links so Some Broken Links, Programming, Web, Security
hxxp://files.nixp.ru/books/ :: Programming, Software, Security, SQL, Unix
hxxp://www.best.tuke.sk/~ejo/books/ :: Math, Science, Algorithms
hxxp://madchat.org/crypto/ :: Cryptography
hxxp://www.msfirewall.org/isa2004kits.htm :: ISA Server 2004 Kits and Guides
hxxp://a1book.tripod.com/ :: Certification
hxxp://dragon.rulez.cz/e-buk/ :: Popular Novels
hxxp://babybluevn.co.nr/modules.php?name=News&new_topic=8 :: Misc IT books, files hosted on Megaupload
hxxp://physics.dit.ie/resources/physicstech4/comp/ :: Computational Physics
hxxp://www.phptr.com/promotions/promotion.asp?promo=1484&redir=1&rl=1 :: Bruce Perens' Open Source Series, you can purchase hardcover but PDF is free
hxxp://www.itlibitum.ru/library/BOOK/ENGLISH/THEMES/CPP/ :: C++ Books
hxxp://plg.lrn.ru/doc/ :: A few Programming Books
hxxp://ilib.mirror0.mccme.ru/index.htm :: Mathematics Ebooks in Russian
http://www.maugmasti.com/ebook/Addison%20Wesley%20-%20Find%20the%20Bug%20A%20Book%20of%20Incorrect%20Programs.chm :: Find the Bug A Book of Incorrect Programs



RapidShare::

hxxp://www.apress.com/free/index.html :: A few Programming Books
hxxp://rapidshare.de/files/1719643/Wiley.Reversing.Secrets.of.Reverse.Engineering.Apr.2005.eBook-DDU.rar.html :: Reversing Secrets of Reverse Engineering
hxxp://rapidshare.de/files/1700034/sore.rar.html :: Reversing Secrets of Reverse Engineering, Another Link, may be password protected
hxxp://rapidshare.de/files/1083824/Addison.Wesley.Windows.System.Programming.3rd.Edition.Oct.2004.eBook-LiB.zip.html :: Windows System Programming
hxxp://rapidshare.de/files/1797284/OReilly.Visual.Studio.Hacks.Mar.2005.eBook-DDU.rar.html :: Visual Studio Hacks, Password: ebooksclub
hxxp://rapidshare.de/files/1057846/Software_Exorcism._A_Handbook_for_Debugging_and_Optimizing_Legacy_Code_-_APress_.rar.html :: Software Exorcism, Password: http://babybluevn.co.nr
hxxp://rapidshare.de/files/1244541/Addison.Wesley.The.Art.of.Computer.Virus.Research.and.Defense.Feb.2005.eBook-LiB.zip.htm :: The Art of Computer Virus Research and Defense



Partially Working::

hxxp://orforum.cjb.net :: You Must Register and Contribute Before Downloading
hxxp://aleria.net/0/0 :: In Russian, Many Book Links are Edonkey Links
hxxp://kazus.ru/modules.php?name=EBooks :: Access to EBooks is only Availabe to Registered Users
hxxp://ebuki.powernews.ru/ :: Only accessible to Russian IP Addresses
f*p://ftp1.cnfug.org/pub/Books/ :: Very Large collection of Books however I had trouble downloading
hxxp://www.smileybooks.net/ :: Access to EBooks is only Availabe to Registered Forum Users, Books are hosted on Rapidshare

Exetools Attachments::

http://www.exetools.com/forum/showpost.php?p=29489&postcount=110
http://www.exetools.com/forum/showpost.php?p=30744&postcount=118
http://www.exetools.com/forum/showpost.php?p=34644&postcount=160
Attached Files
File Type: txt NotWorking.txt (9.6 KB, 9 views)
__________________
-=RETIRED=--=http://cracking.accessroot.com=--=RETIRED=-
Reply With Quote
  #193  
Old 06-19-2005, 14:19
visu
 
Posts: n/a
Microsoft® Windows Internals, Fourth Edition

Microsoft® Windows® Internals, Fourth Edition: Microsoft Windows Server™ 2003, Windows XP, and Windows 2000
By Mark E. Russinovich, David A. Solomon
...............................................
Publisher: Microsoft Press
Pub Date: December 08, 2004
ISBN: 0735619174
Pages: 976


http://rapidshare.de/files/2228069/WinInternals.rar.html
Reply With Quote
  #194  
Old 06-19-2005, 16:18
shoooo shoooo is offline
Friend
 
Join Date: Apr 2005
Posts: 49
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
shoooo Reputation: 0
http://www.team509.com/download/
Reply With Quote
  #195  
Old 06-22-2005, 18:15
Shub-Nigurrath's Avatar
Shub-Nigurrath Shub-Nigurrath is offline
VIP
 
Join Date: Mar 2004
Location: Obscure Kadath
Posts: 918
Rept. Given: 59
Rept. Rcvd 419 Times in 94 Posts
Thanks Given: 68
Thanks Rcvd at 326 Times in 99 Posts
Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499
AW - Cryptography-Exposing Cryptovirology 2004

http://cebka.pp.ru/books/Cryptography_-_Exposing.Cryptovirology.2004.(By.Laxxuss).pdf

reeally interesting book (but ~30 MB).
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪)
There are only 10 types of people in the world: Those who understand binary, and those who don't
http://www.accessroot.com
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ebooks conan981 General Discussion 0 07-07-2006 22:36
some ebooks fulone General Discussion 1 05-20-2004 21:22


All times are GMT +8. The time now is 14:15.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )