Skip to content

Commit

Permalink
fixed embed
Browse files Browse the repository at this point in the history
  • Loading branch information
AVDestroyer committed Oct 19, 2024
1 parent 32fcc9e commit 3075c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fall-24/fundamentals/fundamentals-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ by Mark Epstein
You will (probably) spend more time reading code in your life than writing it. That being the case, the ability to figure out what it's doing, or reverse engineer it, is extremely important regardless of whether you stay in cybersecurity or move on to regular software engineering. Often when dealing with reverse engineering in cybersecurity, it's helpful to have a good understanding of how data is represented in memory. That will be our primary focus alongside a little more high level reverse engineering.

## Slides
<iframe src="https://docs.google.com/presentation/d/1XmXWAzQ1wU6Zl3RX9Vj4x_VHGvbexjszwTesgqsjQ60//embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR8bjTTxOSkbfIB5fNkM6WJs2ZlWACVmUhmwgGQWKuEBsMKpu-pdUQMGBOxy4Ew5cV8S1xtSeWADM7b/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

## Challenges
We will be doing challenges Character Numbers, just-dance, and brick-maze, available on our platform: [https://platform.acmcyber.com](https://platform.acmcyber.com).
We will be doing challenges rev/Character Numbers, rev/just-dance, and rev/brick-maze, available on our platform: [https://platform.acmcyber.com](https://platform.acmcyber.com).

There are more challenges available there if you'd like to try them out.

Expand Down

0 comments on commit 3075c67

Please sign in to comment.