Skip to content
GigaPogo

GigaPogo

Hacking things for fun

Menu
  • Blog
  • Art
  • Technology
  • Maker Fun
  • Library
  • Contact Info

Tag: Programming

Just when you think you know somecode.

No Comments
| Technology

I have recently been looking into the glibc resolver code.It started out like any other troubleshooting effort, just trying to get a good foothold and identify where things could go wrong and how to ensure they went right. Once I got in the code… it was a real “took the red pill” sort of moment. […]

Read More »

My Perl “Hello World”

No Comments
| Technology

I spent some time working backwards from the ASCII values of “Hello, world!”, creating a mathematic relationship between the characters and then obfuscating the pattern of those characters. Add a little bit of nasty looking Perl and you are left with a very ugly variation of the “Hello world” program: #!/usr/bin/perlmy ($a,$b,$c,$d,$x,$z) = qw(100 3 […]

Read More »

Self modifying shell script – unrolling a loop

No Comments
| Technology

Some shell scripting languages read scripts as they are interpreted. I wrote this script as an experiment in looping without a loop. This functioned on an older version of ksh on HP-UX, but I haven’t been able to find a newer version of a shell that this still works on.# This script returns 0 through […]

Read More »

ELF, ld & shared object fun

No Comments
| Technology

Wow… so far, off to a bad start.We’ll call this a place-holder for now… ELF, ld & shared object fun LD_LIBRARY_PATH Most developers have encountered LD_LIBRARY_PATH either in testing shared libraries used in their project or in development of their own code. It is used to instruct the runtime linker to search for libraries in […]

Read More »

Recent Posts

  • XSplit VCam May Not Be Malicious…
  • Just when you think you know somecode.
  • Happy New Year!
  • Mad MS Paint Skillz
  • EOS GO BOOM! Making my first SMD PCB.

Categories

  • Art
  • Games
  • General
  • Maker
  • Technology

GigaPogo 2025. Powered by WordPress