Skip to content

Commit

Permalink
FACT 2.5 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Weidenbach committed Aug 1, 2018
1 parent 061f5e1 commit 8f9f24a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2017 Fraunhofer FKIE
Copyright (C) 2015-2018 Fraunhofer FKIE
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
Expand All @@ -17,4 +17,4 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
'''

__VERSION__ = '2.5-dev'
__VERSION__ = '2.5'
14 changes: 10 additions & 4 deletions src/web_interface/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,31 @@ <h3>License Information</h3>

<h3>Change Log</h3>

<h4>FACT 2.5-RC1</h4>
<h4>FACT 2.5 (2018-08-01)</h4>
<ul>
<li>New or Improved Analysis
<ul>
<li>Known vulnerabilities plug-in</li>
<li>Known vulnerabilities plug-in added</li>
<li>IP and URI finder Geo IP support</li>
<li>Printable strings: Offsets are shown</li>
<li>More software signatures added</li>
</ul>
</li>
<li>New or Improved Unpacking
<ul>
<li>Debian unpacking plug-in added</li>
</ul>
</li>
<li>Radare view allows opening objects in radare2-webui</li>
<li><b>Warning:</b> Hex view will be deprecated in 2.6</li>
<li><b>Warning:</b> Hex view is deprecated and is going to be removed in 2.6</li>
<li>Device part meta data support</li>
<li>Quick download buttons added</li>
<li><a href="https://github.com/fkie-cad/FACT_core/wiki/analysis-plugin-presets">Analysis preset support</a></li>
<li>Interim result publishing</li>
<li>Intercom speedup</li>
<li>Ubuntu 18.04 support</li>
<li>YARA backend upgraded</li>
<li>Default MongoDB path changed!</li>
<li><b>Warning:</b> Default MongoDB path changed!</li>
<li>Code clean ups</li>
<li>Bug fixes</li>
</ul>
Expand Down

0 comments on commit 8f9f24a

Please sign in to comment.