Skip to content

Instantly share code, notes, and snippets.

View aCayF's full-sized avatar

Lice Pan aCayF

  • Hangzhou,China
  • 10:37 (UTC +08:00)
View GitHub Profile
@0xdevalias
0xdevalias / _deobfuscating-unminifying-obfuscated-web-app-code.md
Last active May 9, 2026 07:48
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@Mr-xn
Mr-xn / OpenWRT折腾日记-设置成交换机&AP模式.md
Last active April 10, 2025 13:57
OpenWRT折腾日记-设置成交换机/AP模式

将 OpenWrt 设置为交换机 / AP 模式 :https://www.moewah.com/archives/4977.html | https://archive.ph/zoncl | https://web.archive.org/web/20220930113530/https://www.moewah.com/archives/4977.html

能够将路由器当无线AP使,同时有线网口作为交换机使用

特点:不需要创建新网段,只是相当于在主路由器下接了一个“具有特别功能”的交换机

设置步骤1.设置Openwrt连接路由器的LAN口地址为静态(方便管理)

1.删除所有的接口,保留LAN口就可以

@sameo
sameo / vfio.md
Last active October 11, 2025 07:55

VFIO

Not KVM bound. The VFIO API deconstructs a device into regions, irqs, etc. The userspace application (QEMU, cloud-hypervisor, etc..) is responsible for reconstructing it into a device for e.g. a guest VM to consume.

Boot with intel_iommu=on.

IOMMU groups

Devices are bound together for isolation, IOMMU capabilities and platform topology reasons. It is not configurable.

@Mnkai
Mnkai / README.md
Last active December 27, 2025 05:41
TDP and turbo parameter modification with MSR on non-overclockable Intel CPU (such as Intel i7-8550U)

TDP and Turbo Parameter Modification with MSR on Non-Overclockable CPUs

Disclaimer

  • Modifying MSR may void your CPU's (or system board's) warranty. Proceed with caution. I am not responsible for any damage caused by this article.
  • MSR addresses vary significantly between CPUs. Check your CPU's MSR address using Intel's documentation.
  • This has only been tested on the Intel i7-8550U (Kaby Lake R).
  • This article is a translation of this article. If you can read Korean, I recommend reading that article instead.

Introduction

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?