![]() |
|
#541
|
|||
|
|||
|
This is in PDF format. (converted .epub)
|
| The Following User Gave Reputation+1 to uranus64 For This Useful Post: | ||
Shub-Nigurrath (03-09-2012) | ||
|
#542
|
|||
|
|||
|
Operating System Concepts
Operating System Concepts, 8th Edition
http://filepost.com/files/md83c8ed/0470128720_OperSyst.pdf/ |
| The Following User Gave Reputation+1 to mesagio For This Useful Post: | ||
bilbo (05-09-2012) | ||
|
#543
|
|||
|
|||
|
Automatic Parallelization An Overview of Fundamental Compiler Techniques
http://filepost.com/files/9124am5c |
|
#544
|
|||
|
|||
|
I saw this on Reditt today. Course notes and lecture handouts
Collection of Malware Analysis courseware CS 6V81--005: System Security and Malicious Code Analysis http://www.utdallas.edu/~zhiqiang.lin/spring2012.html last updated Tue May 15 22:32:14 2012 Course Overview CS-6V81 is a graduate level, research oriented, system and software security course. The goal of this course is to explain the low-level system details from compiler, linker, loader, to OS kernel and computer architectures, examine the weakest link in each system component, explore the left bits and bytes after all these transformations, and study the state-of-the-art offenses and defenses. The learning outcome is students shall be able to understand how an attack is launched (e.g., how an expoit is created), and how to do the defense (e.g., developing OS patches, analyzing the binary code, and detecting intrusions) In particular, we will cover Memory exploits. We will investigate the unsafe but widely used system programming language C, cover typical vulnerabilities such as buffer overflows, format strings, integer overflows, etc. How to create robust shell code using such as ROP, HeapSpray. OS Kernel Internals. What's the behavior when a program is running on top of OS. Why we use paging. How virtual to physical address translation is performed. How MMU (e.g., TLB) helps this. How OS manage files, and disks. How can we model the program behavior when sitting at OS layer. We will use both Linux and Windows as working kernel. Linker and Loader Internals. How a program can be dynamically linked, and what an attacker can do to cheat the system and meanwhile what we can do to protect the system. Kernel-level Defense, how can we defend against the common exploits, techniques including such as ASR, and DEP, NX-bits. User-level Defense. Safe library, Compiler extension, Binary Transformation/Rewriting, Runtime Verification. Binary code reverse engineering. Static binary code analysis. Dynamic Binary code instrumentation. Data flow analysis, and control flow analysis. Malware packing and unpacking. The class will also have a heavy-hands on project. Students could choose either to perform research (will work on a semester-long research topic of their choosing), or perform an engineering project. |
| The Following User Gave Reputation+1 to redbull For This Useful Post: | ||
chessgod101 (05-17-2012) | ||
|
#545
|
||||
|
||||
|
"site does not exist"
|
|
#546
|
||||
|
||||
|
deepzero, are you referring to the link provided by redbull? It loads perfectly on my computer. Seeing how the University of Dallas is located in the United States, perhaps the site is restricted to US ip addresses. Try loading the site via a US proxy and see if that fixes the issue.
__________________
"As the island of our knowledge grows, so does the shore of our ignorance." John Wheeler |
|
#547
|
|||
|
|||
|
It isn't restricted. I access it from Europe without problems.
|
| The Following User Gave Reputation+1 to uranus64 For This Useful Post: | ||
chessgod101 (05-17-2012) | ||
|
#548
|
||||
|
||||
|
tried several, page still not found
![]() can we mirror the material? :S in the mean time, maybe this is of interest to some... Engineering a Compiler 2nd ed - K. Cooper, L. Torczon (Morgan Kaufman, 2012) BBS.pdf Quote:
|
| The Following 2 Users Gave Reputation+1 to deepzero For This Useful Post: | ||
bilbo (05-20-2012), zementmischer (05-18-2012) | ||
|
#549
|
|||
|
|||
|
HERE is a browsable copy of the entire site with original directory structure (141MB). You need to refer "spring2012.html" for "CS 6V81--005: System Security and Malicious Code Analysis". You have also "CS 6V81--005: Advanced Digital Forensics and Data Reverse Engineering" - need to refer file "fall2011.html". HTML files are located in ~zhiqiang.lin folder.
|
| The Following 2 Users Gave Reputation+1 to uranus64 For This Useful Post: | ||
chessgod101 (05-17-2012), deepzero (05-17-2012) | ||
|
#550
|
|||
|
|||
|
Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding
The book is logically divided into 5 main categories with each category representing a major skill set required by most security professionals:
1. Coding - The ability to program and script is quickly becoming a mainstream requirement for just about everyone in the security industry. This section covers the basics in coding complemented with a slue of programming tips and tricks in C/C++, Java, Perl and NASL. 2. Sockets - The technology that allows programs and scripts to communicate over a network is sockets. Even though the theory remains the same - communication over TCP and UDP, sockets are implemented differently in nearly ever language. 3. Shellcode - Shellcode, commonly defined as bytecode converted from Assembly, is utilized to execute commands on remote systems via direct memory access. 4. Porting - Due to the differences between operating platforms and language implementations on those platforms, it is a common practice to modify an original body of code to work on a different platforms. This technique is known as porting and is incredible useful in the real world environments since it allows you to not "recreate the wheel.” 5. Coding Tools - The culmination of the previous four sections, coding tools brings all of the techniques that you have learned to the forefront. With the background technologies and techniques you will now be able to code quick utilities that will not only make you more productive, they will arm you with an extremely valuable skill that will remain with you as long as you make the proper time and effort dedications. *Contains never before seen chapters on writing and automating exploits on windows systems with all-new exploits. *Perform zero-day exploit forensics by reverse engineering malicious code. *Provides working code and scripts in all of the most common programming languages for readers to use TODAY to defend their networks. link download: Code:
htp://hotfile.com/dl/152255592/439a586/Sockets_Shellcode_Porting__Coding_RE_www.box4dl.com.rar.html |
|
#551
|
||||
|
||||
|
Does anyone have a copy of the C++ Without Fear: A Beginner's Guide That Makes You Feel Smart, second edition?
thanks
__________________
Ŝħů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 |
|
#552
|
|||
|
|||
|
Here it is:
Quote:
|
| The Following User Gave Reputation+1 to WilliamElts For This Useful Post: | ||
Shub-Nigurrath (05-26-2012) | ||
|
#553
|
|||
|
|||
|
Hi guys here is my first post i hope you guys like this ebook is really nice
![]() Code:
Attached file. |
|
#554
|
|||
|
|||
|
Practical Malware Analysis: The Hands-On Guide to Dissecting Malicious Software
By Michael Sikorski, Andrew Honig Publisher: No Starch Press 800 Pages ISBN: 1593272901 PDF | 9 MB Download link : hxxp://filepost.com/files/7am8a85c/Practical_Malware_Analysis.pdf files: hxxp://sourceforge.net/projects/pmalabs/ |
|
#555
|
|||
|
|||
|
680 Malware EBook Collection
File Size: 624 MB Ebook list : hxxp://note.shell32dll.info/download-ebook-680-malware-ebook-collection-2011 Download links : hxxp://www.mediafire.com/?ebsnetqqx8encbf hxxp://www.mediafire.com/?smmwcf42z53z7bp hxxp://www.mediafire.com/?hbzo8fy8d2zk93w hxxp://www.mediafire.com/?8wd4ca54dmjpo6b hxxp://www.mediafire.com/?qab6eahfmaxvdsq hxxp://www.mediafire.com/?v0cyic11flmlp0j |
![]() |
|
|
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 |