Moved dynamic loading back to loader. Added helper classes for BeEF::Module/s BeEF::Extension/s. This is to facilitate issues 319, 322, 324

git-svn-id: https://beef.googlecode.com/svn/trunk@934 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-04-27 04:14:56 +00:00
parent 3fe7e3971c
commit b9818239e3
5 changed files with 41 additions and 37 deletions

5
core/extension.rb Normal file
View File

@@ -0,0 +1,5 @@
module BeEF
module Extension
end
end