forked from cooljeanius/bap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
System Administrator
committed
Mar 6, 2013
0 parents
commit 31e9ea8
Showing
2,226 changed files
with
1,315,507 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
*DS_Store* | ||
*.log | ||
*.cache | ||
*.o | ||
*.lo | ||
*~ | ||
config.h | ||
*deps/*.*o | ||
*/*deps/*.*o | ||
*/*/*deps/*.*o | ||
*/*/*/*deps/*.*o | ||
*/*/*/*/*deps/*.*o | ||
*/*/*/*/*/*deps/*.*o | ||
*.dSYM | ||
stamp-h* | ||
*stamp-h1 | ||
*/*stamp-h1 | ||
*/*/*stamp-h1 | ||
*/*/*/*stamp-h1 | ||
*/*/*/*/*stamp-h1 | ||
*/*/*/*/*/*stamp-h1 | ||
*.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
The following people currently work on BAP: | ||
|
||
David Brumley | ||
Thanassis Avgerinos | ||
Edward J. Schwartz | ||
|
||
Previous developers include: | ||
Ivan Jager | ||
JongHyup Lee | ||
Spencer Whitman | ||
|
||
The original version of BAP was called VINE. VINE developers included: | ||
David Brumley | ||
Juan Caballero | ||
Cody Hartwig | ||
Ivan Jager | ||
Eric Li | ||
James Newsome | ||
Pongsin Poosankam | ||
Heng Yin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
This directory and it's children contain BAP, the Binary Analysis Platform. | ||
|
||
Copyright © 2009 Carnegie-Mellon University, David Brumley, and Ivan Jager. | ||
|
||
This library is made available under a dual licensing scheme. | ||
|
||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or (at | ||
your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 | ||
USA | ||
|
||
Linking BAP statically or dynamically with other modules is making a | ||
combined work based on BAP. Thus, the terms and conditions of the GNU | ||
General Public License cover the whole combination. | ||
|
||
|
||
For any other uses of BAP, you must first obtain a commercial | ||
license. Please contact [email protected] for information about | ||
commercial licensing. | ||
|
||
|
||
See the respective licenses of included projects for additional | ||
copyright information. |
Empty file.
Oops, something went wrong.