Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fact_pdf_report
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
fact_pdf_report
Commits
3db084f6
Commit
3db084f6
authored
Jul 15, 2019
by
dorp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactored templates (step 2)
parent
87e257d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
88 deletions
+4
-88
main.tex
pdf_generator/templates/default/main.tex
+4
-88
No files found.
pdf_generator/templates/default/main.tex
View file @
3db084f6
...
@@ -37,93 +37,9 @@
...
@@ -37,93 +37,9 @@
\section*
{
Analysis
}
\section*
{
Analysis
}
\BLOCK
{
if "base64
_
decoder" in analysis
}
\BLOCK
{
for current
_
analysis in analysis
}
\input
{
base64
_
decoder.tex
}
\input
{
\VAR
{
current
_
analysis
}
.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
endfor
}
\newpage
\BLOCK
{
if "binwalk" in analysis
}
\input
{
binwalk.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "cpu
_
architecture" in analysis
}
\input
{
cpu
_
architecture.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "crypto
_
material" in analysis
}
\input
{
crypto
_
material.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "exploit
_
mitigations" in analysis
}
\input
{
exploit
_
mitigations.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "file
_
hashes" in analysis
}
\input
{
file
_
hashes.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "file
_
type" in analysis
}
\input
{
file
_
type.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "init
_
systems" in analysis
}
\input
{
init
_
systems.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "ip
_
and
_
uri
_
finder" in analysis
}
\input
{
ip
_
and
_
uri
_
finder.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "software
_
components" in analysis
}
\input
{
software
_
components.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "printable
_
strings" in analysis
}
\input
{
printable
_
strings.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "users
_
and
_
passwords" in analysis
}
\input
{
users
_
and
_
passwords.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "string
_
evaluator" in analysis
}
\input
{
string
_
evaluator.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "unpacker" in analysis
}
\input
{
unpacker.tex
}
\BLOCK
{
endif
}
\newpage
\BLOCK
{
if "malware
_
scanner" in analysis
}
\input
{
malware
_
scanner.tex
}
\BLOCK
{
endif
}
\end{document}
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment