Skip to content

Instantly share code, notes, and snippets.

View AtharvaWaghchoure's full-sized avatar

Atharva Waghchoure AtharvaWaghchoure

View GitHub Profile

About Myself:


Hey I am Atharva Waghchoure, I am a Junior Year student from Pune University, India. I worked as a freelance for past two years and also worked as a Software Engineer Intern at a early startup [Prahalada Sumiran Techlabs](https://github.com/PrahaladaSumiranTechlabs/). I like to develop robust software mainly in niche of blockchain layer 2 solution and system level applications.

Projects:

I have developed many project most of them being written in Rust and Golang.

  • Ram Snapper: It is a cross platform memory acqusition tool written in Rust for Kavach the Biggest CyberSec hackathon in India.
    • Cross compiled tool working on windows and linux currentlyl.
    • Providing analysis of the dump with easy command through the cli app.
[package]
name = "javasdk"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }