Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- Git
- codegate2017
- shellcraft
- module
- Branch
- Hacking
- CVE
- gogs
- pwnable
- blueborne
- lob
- node.js
- https설정
- BLUETOOTH
- 코드게이트
- doorlock
- 코드게이트 주니어
- NGINX
- openctf
- 코드게이트2017
- node
- https
- npm
- Codegate
- CODEGATE2018
- pwntools
- xlsx
- 노드 엑셀
- 도메인 https
- gogs private git
Archives
- Today
- Total
고졸백수해킹일기
solidity abi call at contract using solidity 본문
function 인자의 각 자료형에 맞도록 맞춰줘야함.
bytes memory data = abi.encodeWithSelector(funciton signature, arg1, arg2, arg3);
(bool success, bytes memory result) = a.call{value: v, gas: g}(data);
bytes memory data = abi.encodeWithSignature('abc(uint256',1234)
'Blockchain' 카테고리의 다른 글
PWNME CTF 2025 (0) | 2025.03.04 |
---|---|
node-guardians proxy-security (0) | 2024.08.13 |
erc-20 (0) | 2024.07.30 |
smart contract deploy using evm bytecode (0) | 2024.07.26 |
foundry command list (0) | 2024.07.24 |