avatar
文章
86
标签
55
分类
6
首页
文章
  • 归档
  • 标签
  • 分类
时间轴
清单
  • 音乐
  • 照片
  • 电影
  • 关于
Small UtopiaClient V8学习
搜索
首页
文章
  • 归档
  • 标签
  • 分类
时间轴
清单
  • 音乐
  • 照片
  • 电影
  • 关于

Client V8学习

发表于2025-09-09|更新于2025-09-18
|总字数:26|阅读时长:1分钟|浏览量:

V8

  • V8-ignition指令
  • V8内存回收机制
  • Code-caching
  • V8 Hole
  • V8指针压缩
  • V8 数据结构
文章作者: Eutopia
文章链接: https://eknight-eutopia.github.io/posts/fda95e8.html
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Small Utopia!
cover of previous post
上一篇
GreenHouse论文笔记
论文概述论文题目:Greenhouse: Single-Service Rehosting of Linux-Based Firmware Binaries in User-Space...
cover of next post
下一篇
GoogleCTF 2022 d8 Write Up
有一位大佬分享了当时的wp思路,网上似乎没找到中文版的wp,在此做翻译记录和学习。 概览题目目录文件: 12345678910base ❯ tree -L 1.├── build.Dockerfile├── challenge├── launcher.py├── Makefile.txt├── snapshot_blob.bin└── v8.patch0 directories, 6 files 根据v8.patch文件可知定义了/srv/challenge/runner.cc文件作为题目。 12345-DEFINE_BOOL(wasm_write_protect_code_memory, true,+DEFINE_BOOL(wasm_write_protect_code_memory, false,             "write protect code memory on the wasm native heap with mprotect") 主要逻辑为challenge二进制程序接收用户输入(大小不超过65536)binary...

评论
目录
  1. 1. V8
©2019 - 2025 By Eutopia
框架 Hexo|主题 Butterfly
搜索
数据加载中