載入中
久違來個簡單 pwn
我就爛
工具:pwnlib, gef
題目:[filtered-shellcode](https://play.picoctf.org/practice/challenge/184)
...(還有更多)
0 則留言
EPUB 簡轉繁 GUI App
熱騰騰的 final project 使用 JavaFX 開發
一個原本應該有一個月可以寫的東東 我拖到最後用六天寫完 + 做完簡報
然後 demo 就太趕所以忘記實際展示幾個功能了 QQ
功能:
...(還有更多)
0 則留言
[筆記] OBS Studio 擷取螢幕一片黑
`設定 > 顯示器 > 圖形設定` 然後如下圖 設定成傳統型應用程式

Reference: https://obsproject.com/forum/threads/laptop-black-screen-when-capturing-read-here-first.5965/
0 則留言
AIS3 pre-exam 2021 心得
## 前言
距離上次打pre-exam又過了一年
但坦白講感覺自己根本沒啥進步
這一年來也沒認真打過CTF
要說的話也是因為忙啦
...(還有更多)
2 則留言
[心得] AIS3 2021 Pre-exam WriteUp
[TOC]
# 成績

看[完整 Profile](https://img.stoneapp.tech/t510599/ais3-2021/pre-exam/Profile.jpeg)
...(還有更多)
1 則留言
[筆記] pickle RCE
```
c__builtin__
__import__
(S'os'
tRp0
...(還有更多)
0 則留言
我只示範一次
星爆氣流斬
1 則留言
[筆記] property `style` does not exist on type `Element`
```typescript
Array.from(document.querySelectorAll<HTMLElement>('.selector')).forEach((el: HTMLElement, i: number) => {
// ...
})
```
...(還有更多)
0 則留言
[筆記] change svg color
Use `mask-image` & `background-color` to create a svg with another color.
```css
.colored-svg {
/* for chrome/safari */
...(還有更多)
0 則留言
[筆記] Cannot access class com.sun.javafx.util.Utils (in module javafx.graphics)
`module-info.java`
```
module sample {
requires javafx.controls;
requires javafx.graphics;
...(還有更多)
0 則留言