Skip to content
View belohnung's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report belohnung

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
belohnung/README.md

Hi

I'm currently working with and learning about eBPF (XDP) and DPDK / VPP.

Most of my development resides on private gitlab instances.

Interests include:

  • High bandwidth networking
  • DevOps / Automation
  • Fuzzing / Automatic Pentesting
  • Metrics / Data visualisation
  • Data science / analysis

If you need to contact me i'd prefer you do so via matrix: @blong:matrix.mreow.de

Pinned Loading

  1. Tool to ping MC:BE servers Tool to ping MC:BE servers
    1
    use std::convert::TryInto;
    2
    use std::net::{IpAddr, Ipv4Addr, SocketAddr, UdpSocket};
    3
    use std::thread;
    4
    
    
    5
    const UNCONNECTED_PING: &'static [u8] = &[
  2. Smokeping Target config parser in Ja... Smokeping Target config parser in Javascript
    1
    function parseSmokepingConfig(filePath) {
    2
        let fileContent = fs.readFileSync(filePath, 'utf8');
    3
        fileContent = fileContent.replace("\r\n", "\n");
    4
        const lines = fileContent.split("\n");
    5
    
    
  3. minecraft-varint minecraft-varint Public

    Forked from luojia65/mc-varint

    Minecraft VarInt and VarLong implementation in Rust, providing minimum memory usage and maximum performance.

    Rust 10 1

  4. Minecraft-Bedrock-Ghidra-Scripts Minecraft-Bedrock-Ghidra-Scripts Public

    Some ghidra scripts to dump metadata from the Minecraft Bedrock Dedicated Server executable

    Java 2

  5. adfly-skip adfly-skip Public

    Gets the original url from adf.ly links

    Rust 5

  6. echoloader echoloader Public

    can be used to upload a file over telnet

    Rust 5 1