diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-04 14:39:17 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-04 14:39:17 -0600 |
commit | a20738e40e2cad121e326abb343296f65f8d9493 (patch) | |
tree | 83e611dfd381ddd210f96f1ae138746c8f910d72 | |
parent | 1c3ae60504d15236c1d8c1d3443012377c85d031 (diff) |
update phase 3
-rw-r--r-- | Content/posts/2023-10-04-bomb-lab.md | 2 | ||||
-rw-r--r-- | docs/feed.rss | 8 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/posts/2023-10-04-bomb-lab.html | 8 | ||||
-rw-r--r-- | docs/posts/index.html | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/Content/posts/2023-10-04-bomb-lab.md b/Content/posts/2023-10-04-bomb-lab.md index fdbf87c..6a84d9e 100644 --- a/Content/posts/2023-10-04-bomb-lab.md +++ b/Content/posts/2023-10-04-bomb-lab.md @@ -4,7 +4,7 @@ description: Introduction, Phases 1-3 of Bomb Lab for CSCI 2400 Lab - 2 tags: gdb, reverse-engineering, c++, csci2400, assembly --- -# Bomb Lab Phases 1 & 2 +# Bomb Lab Phases 1-3 ## Introduction diff --git a/docs/feed.rss b/docs/feed.rss index c43a5b5..a6fc5d7 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ <title>Navan's Archive</title> <description>Rare Tips, Tricks and Posts</description> <link>https://web.navan.dev/</link><language>en</language> - <lastBuildDate>Wed, 04 Oct 2023 14:36:29 -0000</lastBuildDate> - <pubDate>Wed, 04 Oct 2023 14:36:29 -0000</pubDate> + <lastBuildDate>Wed, 04 Oct 2023 14:39:04 -0000</lastBuildDate> + <pubDate>Wed, 04 Oct 2023 14:39:04 -0000</pubDate> <ttl>250</ttl> <atom:link href="https://web.navan.dev/feed.rss" rel="self" type="application/rss+xml"/> @@ -3212,14 +3212,14 @@ logger.info("rdkit-{} installation finished!".format(rdkit.__version__)) https://web.navan.dev/posts/2023-10-04-bomb-lab.html </guid> <title> - Bomb Lab Phases 1 & 2 + Bomb Lab Phases 1-3 </title> <description> Introduction, Phases 1-3 of Bomb Lab for CSCI 2400 Lab - 2 </description> <link>https://web.navan.dev/posts/2023-10-04-bomb-lab.html</link> <pubDate>Wed, 04 Oct 2023 13:12:00 -0000</pubDate> - <content:encoded><![CDATA[<h1>Bomb Lab Phases 1 & 2</h1> + <content:encoded><![CDATA[<h1>Bomb Lab Phases 1-3</h1> <h2>Introduction</h2> diff --git a/docs/index.html b/docs/index.html index 33b6879..0b21d00 100644 --- a/docs/index.html +++ b/docs/index.html @@ -59,7 +59,7 @@ <ul> - <li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab Phases 1 & 2</a></li> + <li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab Phases 1-3</a></li> <ul> <li>Introduction, Phases 1-3 of Bomb Lab for CSCI 2400 Lab - 2</li> <li>Published On: 2023-10-04 13:12</li> diff --git a/docs/posts/2023-10-04-bomb-lab.html b/docs/posts/2023-10-04-bomb-lab.html index 6f2ef59..c401a99 100644 --- a/docs/posts/2023-10-04-bomb-lab.html +++ b/docs/posts/2023-10-04-bomb-lab.html @@ -6,13 +6,13 @@ <link rel="stylesheet" href="/assets/sakura.css" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Bomb Lab Phases 1 & 2</title> + <title>Bomb Lab Phases 1-3</title> <meta name="og:site_name" content="Navan Chauhan" /> <link rel="canonical" href="https://web.navan.dev/" /> <meta name="twitter:url" content="https://web.navan.dev/" /> <meta name="og:url" content="https://web.navan.dev/" /> - <meta name="twitter:title" content="Bomb Lab Phases 1 & 2" /> - <meta name="og:title" content="Bomb Lab Phases 1 & 2" /> + <meta name="twitter:title" content="Bomb Lab Phases 1-3" /> + <meta name="og:title" content="Bomb Lab Phases 1-3" /> <meta name="description" content="Introduction, Phases 1-3 of Bomb Lab for CSCI 2400 Lab - 2" /> <meta name="twitter:description" content="Introduction, Phases 1-3 of Bomb Lab for CSCI 2400 Lab - 2" /> <meta name="og:description" content="Introduction, Phases 1-3 of Bomb Lab for CSCI 2400 Lab - 2" /> @@ -54,7 +54,7 @@ <main> - <h1>Bomb Lab Phases 1 & 2</h1> + <h1>Bomb Lab Phases 1-3</h1> <h2>Introduction</h2> diff --git a/docs/posts/index.html b/docs/posts/index.html index e24bc07..cb1a9f4 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -62,7 +62,7 @@ <ul> - <li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab Phases 1 & 2</a></li> + <li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab Phases 1-3</a></li> <ul> <li>Introduction, Phases 1-3 of Bomb Lab for CSCI 2400 Lab - 2</li> <li>Published On: 2023-10-04 13:12</li> |