Learn Agentic RL
A brief introduction to Agentic Reinforcement Learning. And some of my thoughts.
A brief introduction to Agentic Reinforcement Learning. And some of my thoughts.
IndirectCall 简要介绍 这个obfuscation pass简单来说就是把直接调用改成间接调用。比如: call func_1 改成: ; perform some operations to compute the address of func_1 ; and load the address into a register, say rax call rax ...
This is just my personal thought on binary obfuscation techniques. Typically, I want to understand these aspects: Effectiveness of each obfuscation technique: How well does it prevent reverse en...
Mainly speaking, this is a course note on behavioral cloning and interactive imitation learning, which are two important techniques in the field of imitation learning. The content is based on the l...
An assessment of the University of Utah’s Center for High Performance Computing (CHPC) security posture, focusing on software package management, patching policies, and the Protected Environment fo...
FIBER: Identifying and Verifying Missing Security Patches in Firmware (USENIX Security ‘18) Paper Key Contribution FIBER defines a new category of patch presence test: “source to binary” — a ...
PS^3: Precise Patch Presence Test based on Semantic Symbolic Signature (ICSE ‘24) Paper Key Attributes Binary-binary matching (requires source to compile references, but the analysis pipel...