Skip to content
/ asmrepl Public

Small ASM REPL, usefull to mess with x86, or inject into a process.

Notifications You must be signed in to change notification settings

ek0/asmrepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASMREPL

Small utility useful for testing instructions side effects on Windows. Work using Vectored Exception Handler.

Usage

asmrepl.exe [-x] [-y]

  • -x: show xmm registers with context
  • -y: show ymm registers with context

REPL options

!ctx: Display the whole context again without modifying the current context !xmm: Display xmm registers without modifying the current context !ymm: Display ymm registers without modifying the current context

About

Small ASM REPL, usefull to mess with x86, or inject into a process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published