Skip to content

Commit

Permalink
refactor(pwn/tinyelf): 更改读入大小,更新附件 Base64
Browse files Browse the repository at this point in the history
  • Loading branch information
13m0n4de committed Sep 26, 2024
1 parent 3612cc3 commit 18acd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion challenges/pwn/tinyelf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
幸福个头,我再也不要出有附件的题目了,而且根本没人做 PWN 题,人人都爱 Misc,如果放段 Base64 所有 Misc 手都会来做的吧。

```
f0VMRgEBAQAAAAAAAAAAAAIAAwABAAAATIAECCwAAAAAAAAAAAAAADQAIAABAAAAAAAAAACABAgAgAQIewAAAHsAAAAFAAAAABAAAIPsIGoEWDHbQ2hwgAQIWWoLWs2AagNYS4nhakBazYCDxBj/5HNvIHRpbnkuLi4K
f0VMRgEBAQAAAAAAAAAAAAIAAwABAAAATIAECCwAAAAAAAAAAAAAADQAIAABAAAAAAAAAACABAgAgAQIewAAAHsAAAAFAAAAABAAAIPsIGoEWDHbQ2hwgAQIWWoLWs2AagNYS4nhaiBazYCDxBj/5HNvIHRpbnkuLi4K
```

## 题目解析
Expand Down
2 changes: 1 addition & 1 deletion challenges/pwn/tinyelf/build/src/tinyelf.asm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ _start:
pop eax
dec ebx ; stdin (0)
mov ecx, esp
push 64
push 32
pop edx
int 0x80

Expand Down

0 comments on commit 18acd80

Please sign in to comment.