載入中
Two Pwns a Week Challenge(3) - flag
# flag
**先備知識**
- basic assembly
...(還有更多)
2 則留言
[筆記] typescript - object is possibly 'null'
```typescript
// Use `as` syntax
const el = document.querySelector("#selector") as Element;
observer.observe(el);
```
...(還有更多)
0 則留言
[筆記] Property 'xxx' does not exist on type 'Vue' while using $refs in typescript
```typescript
(this.$refs.spy as ScrollSpy).initObserver();
// or if you are using `vue-property-decorator`
@Ref('spy') readonly scrollspy!: ScrollSpy;
...(還有更多)
0 則留言
109上學期 登出成功
全都...結束了嗎...

2 則留言
Two Pwns a Week Challenge(2) - bof
# bof
**先備知識**
- endianness
**知識點**
...(還有更多)
4 則留言
Two Pwns a Week Challenge(1) - collision
# collision
**先備知識**
- c: command line argument
**知識點**
...(還有更多)
0 則留言
Two Pwns a Week Challenge(0) - fd
因為EOF全程不知道在幹嘛,分數全部沒有。
痛定思痛,決定在寒假做這個東東
每個星期至少做兩個pwn題目,然後發writeup上來
使用的網站是http://pwnable.kr/ ,順序依照網站的題目順序。
...(還有更多)
2 則留言
[心得] AIS3 EOF Qual 2020
# AIS3 EOF Qual 2020
- 時間: 1/8 10:00 ~ 1/10 24:00
## 前言
基本上衝到期末考 志在參加
...(還有更多)
0 則留言
冷到
<div>
</div>
...(還有更多)
1 則留言
[筆記] aria2c 下載檔名過長檔案
這幾天需要拉個檔名很長的檔案 用 server 上面的 aria2c 去抓
直接踩到了 ext4 的檔名長度上限
因為用自己的網路不夠快 所以找了各種神奇方法
最後用的方案是 先生一個空白的檔案 然後格式化成 ntfs 再 mount
...(還有更多)
0 則留言