Skip to content

πŸ” PenCall – A Rust-based experimental polymorphic function call framework for penetration testing, red-teaming, and security research.

Notifications You must be signed in to change notification settings

obinexus/pencall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

pencall

PenCall - The World's First Pen Polymorphic Function Call.

Overview

Pencall is a Rust library that simulates resource allocation and delivery with exponential release patterns. It provides a safe, formal interface for defining allocations and plugging in custom delivery providers.

Features

  • Register and activate allocations
  • Doubling-release simulation model
  • Delivery provider trait for lawful integrations
  • Built-in safety caps and policy hooks

Example

Run the included demo with:

cargo run --example basic

This will print release events to the console.

ReleaseEvent: ReleaseEvent { allocation_id: "demo1", release_time: ..., units: 1 }
ReleaseEvent: ReleaseEvent { allocation_id: "demo1", release_time: ..., units: 2 }
ReleaseEvent: ReleaseEvent { allocation_id: "demo1", release_time: ..., units: 4 }
...

About

πŸ” PenCall – A Rust-based experimental polymorphic function call framework for penetration testing, red-teaming, and security research.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages