Skip to content

Instantly share code, notes, and snippets.

View vlussenburg's full-sized avatar

Vincent Lussenburg vlussenburg

  • Los Angeles
  • 05:12 (UTC -07:00)
View GitHub Profile
gitlab-rails runner -e production "puts Gitlab::CurrentSettings.current_application_settings.runners_registration_token"
FROM ubuntu:20.04
WORKDIR /app
RUN apt clean && rm -rf /var/lib/apt/lists/* && apt update -o Acquire::CompressionTypes::Order::=gz
RUN apt -y install wget build-essential tar gcc
RUN wget https://dl.xpdfreader.com/old/xpdf-3.02.tar.gz
RUN tar -xvzf xpdf-3.02.tar.gz
RUN cd xpdf-3.02 && \
./configure --prefix="/app/fuzzing_xpdf/install/" && \
make && \
make install
#include <stdio.h>
#include <stdlib.h>
#include "libexif/exif-data.h"
// Function to log messages
void log_message(const char *msg) {
printf("%s\n", msg);
}
// Function to print an Exif entry