Skip to content
View buu-huu's full-sized avatar
πŸ’­
Providing bugs since 2010
πŸ’­
Providing bugs since 2010

Sponsoring

@danielmiessler

Highlights

  • Pro
Block or Report

Block or report buu-huu

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
buu-huu/README.md

Typing SVG

Cyber security expert and malware analysis πŸ‡ͺπŸ‡Ί πŸ‡©πŸ‡ͺ πŸ‡ΊπŸ‡Έ

I'm providing bugs since 2010! Have fun with my code.

What I like

  • ☣️ Malware (Analysis)
  • πŸ•΅πŸ»β€β™€οΈ Forensics
  • 🎯 Threat Hunting (CTI)
  • πŸ“Ÿ Embedded systems
  • 🌀️ Meteorology

Languages I prefer to use

  • πŸ‡¬ Go
  • πŸ‡· Rust
  • πŸ‡¨ C/C++

Have fun!

TryHackMe

buu_huu

buu_huu @buu-huu

arduino bash c cplusplus csharp dotnet git go java javascript linux python rust

Β buu-huu

Pinned

  1. mecy mecy Public

    View and examine Mesocyclones detected by weather radars in Germany with data provided from the DWD (German Meteorological Service)

    C# 4 1

  2. bbb-gpioctl bbb-gpioctl Public

    Command-line interface for controlling GPIOs on the BeagleBone Black

    Rust 2

  3. mesodetect mesodetect Public

    View and examine Mesocyclones detected by weather radars in Germany with data provided from the DWD (German Meteorological Service)

    Java 3

  4. Crosscompile Rust Executables for Be... Crosscompile Rust Executables for Beaglebone Black
    1
    # Crosscompile Rust Executables for Beaglebone Black
    2
    This tutorial shows, how to crosscompile staticaly linked executables for the Beaglebone Black (ARM Architecture). Following these instructions helped getting rid of a message on the BBB like "libc.so.6 version GLIBC_2.32 not found"
    3
    
                  
    4
    ### Install linker
    5
    `$ sudo apt install gcc-arm-linux-gnueabihf`