metasploit-framework/lib/msf/core/module_manager
Luke Imhoff 57576de85f Update in-memory cache to fix file_changed?
[#47720609]

Msf::ModuleManager#module_info_by_path was not being updated when a
module was loaded, so if a load_module was called again, say during
start up of prosvc, the module would reload even though there was no
change in the file because file_changed? couldn't find an entry for the
module's path in module_info_by_path.
2013-05-22 12:28:42 -05:00
..
cache.rb Update in-memory cache to fix file_changed? 2013-05-22 12:28:42 -05:00
loading.rb Update in-memory cache to fix file_changed? 2013-05-22 12:28:42 -05:00
module_paths.rb Merge remote branch 'origin/bug/fastlib-nested-pathnames' 2012-10-10 17:31:36 -05:00
module_sets.rb Missed a file in previous commit, thanks, travis! 2012-12-03 22:37:50 -06:00
reloading.rb Remove vestiges of ModuleManager's ModuleSet origins 2012-12-13 11:23:49 -06:00