Skip to content

Instantly share code, notes, and snippets.

View jbdrvl's full-sized avatar
🌴
On vacation

jbdrvl

🌴
On vacation
View GitHub Profile
@NanXiao
NanXiao / bfd_test.c
Created October 17, 2017 03:01
A simple bfd usage example
#define PACKAGE "bfd_test"
#include <iostream>
#include <bfd.h>
int main(int argc, char** argv)
{
if (argc == 1)
{
std::cout << "Lack input file!\n";
return 1;