Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
System Administrator committed Mar 6, 2013
0 parents commit 31e9ea8
Show file tree
Hide file tree
Showing 2,226 changed files with 1,315,507 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
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
20 changes: 20 additions & 0 deletions AUTHORS
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
33 changes: 33 additions & 0 deletions COPYING
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 added ChangeLog
Empty file.
Loading

0 comments on commit 31e9ea8

Please sign in to comment.