View Single Post
  #1  
Old 08-25-2022, 16:06
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
Kuymak - Cross-platform shellcode runner

Hello folks

I have made a small cross-platform tool for running/inspecting/debugging shellcode.

Code:
https://github.com/blue-devil/kuymak
I've wanted to load shellcodes from different platforms into memory so that i can analyze its behavior. So, i created this cross-platform tool. I know there are different tools which provides close/similar functionality, i have mentioned them in the README of project.

I have tested on:
  • Linux x64
  • macOS Intel x64
  • Windows 10 x64

Issues are open for bugs and enhancements. Have phun
Reply With Quote
The Following 5 Users Say Thank You to blue_devil For This Useful Post:
darkBLACK (05-09-2023), hors (08-25-2022), MarcElBichon (05-06-2023), sh3dow (08-30-2022), yoza (05-07-2023)