[go: up one dir, main page]

Skip to content

Automatically exported from code.google.com/p/dll-shared-sections

License

Notifications You must be signed in to change notification settings

ohio813/dll-shared-sections

Repository files navigation

dll-shared-sections

The project was created on May 19, 2012. 

License: Apache License 2.0 

Labels:
Security Windows DLL 

A couple of tools for finding and testing applications using DLLs with shared sections.
Tools

This pack contains the following tools:

    FindShared - find PE files with shared sections
    StressShared - naive fuzzer for shared sections

Detailed description follows.
FindShared

FindShared is a tool that traverses the directory tree looking for PE files with shared+writable sections. By default it looks only at files with .exe, .dll, .scr, .cpl and .ocx extensions, but it can also be set to scan all files (this is more time consuming though).
StressShared

This is a simple naive fuzzer that loads a given DLL module and rapidly overwrites the shared section data with random bytes.

It overwrites only the first N bytes of the section, where N is equal to the IMAGE_SECTION_HEADER.VirtualSize field value from the given section's header since - as observed, compilers tend to set it to a value indicating the actual size taken by the variables in the section and not to a page-aligned value.


------

For more info please visit:

  http://code.google.com/p/dll-shared-sections/

About

Automatically exported from code.google.com/p/dll-shared-sections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages