Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitmishra786 authored Jan 4, 2025
1 parent 830093e commit a89ee07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
// Tool titles mapping
const toolTitles = {
'README': 'Introduction',
'gcc':'GNU Compiler Collection'
'gcc':'GNU Compiler Collection',
'angr': 'Angr - Binary Analysis Framework',
'bap': 'BAP - Binary Analysis Platform',
'binaryninja': 'Binary Ninja',
Expand Down Expand Up @@ -174,7 +174,7 @@
// List of markdown files in order
const pages = [
'README.md',
'src/gcc.md'
'src/gcc.md',
'src/angr.md',
'src/bap.md',
'src/binaryninja.md',
Expand Down

0 comments on commit a89ee07

Please sign in to comment.