diff --git a/src/Makefile b/src/Makefile index dd20ac2..88fd991 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,6 +42,7 @@ libdzonerzy-gen: libdzonerzy-dump @cp $(RAW_DIST)/main.css $(SITE_DIST)/main.css @cp $(RAW_DIST)/sitemap.xml $(SITE_DIST)/sitemap.xml @cp -r $(RAW_DIST)/embed/* $(SITE_DIST)/assets/ + @cp $(DIST)/libdzonerzy.so $(SITE_DIST)/libdzonerzy.so @chmod -R 755 $(SITE_DIST)/* clean-libdzonerzy: diff --git a/src/libdzonerzy.so.c b/src/libdzonerzy.so.c index 6accf17..656a1cf 100644 --- a/src/libdzonerzy.so.c +++ b/src/libdzonerzy.so.c @@ -163,70 +163,70 @@ Copyright: CSS_PROPERTY("display", "none") \ CSS_END_SELECTOR() -#define INDEX_MD \ - MD_META("DZONERZY's Blog", "DZONERZY") \ - MD_META_CUSTOM("Thursday 12 July 2023") \ - MD_NEWLINE() \ - MD_SECTION1("About") \ - MD_IMAGE("Picture of DZONERZY", "assets/dzonerzy.jpg") \ - MD_TEXT("Hello world here is dzonerzy, also known as Daniele Linguaglossa,") \ - MD_TEXT("I'm an offensive security researcher and developer.") \ - MD_NEWLINE() \ - MD_TEXT("I'm the author of this blog, and I'm using it to share my") \ - MD_TEXT("researches and my projects.") \ - MD_NEWLINE() \ - MD_TEXT("I'm also the author of the library that powers this blog, ") \ - MD_TEXT("yes you heard right, this blog is powered by a ") \ - MD_BOLD("shared object") \ - MD_TEXT(" that I wrote in C!") \ - MD_NEWLINE() \ - MD_TEXT("You can find the source code of this blog on my ") \ - MD_LINK("git repository", "https://cgit.libdzonerzy.so/libdzonerzy.so/tree") \ - MD_TEXT(".") \ - MD_NEWLINE() \ - MD_SECTION1("Projects") \ - MD_TEXT("Here is a list of my projects, that I've made in my spare time, some of them are ") \ - MD_TEXT("still in development, but I'm working hard to finish them.") \ - MD_NEWLINE() \ - MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://cgit.libdzonerzy.so/libdzonersy.so/tree/"))) \ - MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's a library ") \ - MD_TEXT("that I use to power this blog.") \ - MD_NEWLINE() \ - MD_LIST(MD_BOLD(MD_LINK("CaptainHook", "https://cgit.libdzonerzy.so/captainhook/tree/"))) \ - MD_TEXT(" -- CaptainHook is the next-gen hooking framework, it's a library that ") \ - MD_TEXT("allow to hook functions in a very easy way without knowing the function prototype.") \ - MD_NEWLINE() \ - MD_SECTION1("FAQ") \ - MD_TEXT("Here is a list of frequently asked questions, if you have any other questions ") \ - MD_TEXT("feel free to contact me at ") \ - MD_BOLD("dzonerzy[at]gmail.com") \ - MD_TEXT(".") \ - MD_NEWLINE() \ - MD_SECTION4(" ") \ - MD_NEWLINE() \ - MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so ugly?")) \ - MD_NEWLINE() \ - MD_TEXT("Because I'm not a web designer, I'm a developer, and I'm not good at ") \ - MD_TEXT("designing things, but I'm working on it, I promise.") \ - MD_NEWLINE() \ - MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so fast?")) \ - MD_NEWLINE() \ - MD_TEXT("Actually this is a static website, so it's very fast.") \ - MD_NEWLINE() \ - MD_LIST(MD_BOLD("Q: ") MD_TEXT("What do you do for living?")) \ - MD_NEWLINE() \ - MD_TEXT("I'm the lead offensive security researcher at ") \ - MD_LINK("Sysdig", "https://sysdig.com") \ - MD_TEXT(", a cloud security company.") \ - MD_NEWLINE() \ - MD_LIST(MD_BOLD("Q: ") MD_TEXT("Is Sysdig hiring?")) \ - MD_NEWLINE() \ - MD_TEXT("Yes, we are always looking for new talents, if you are interested in working ") \ - MD_TEXT("with me, feel free to send your resume at ... try to find it :D , ") \ - MD_TEXT("hint (") \ - MD_BOLD("libdzonerzy.so") \ - MD_TEXT(").") \ - MD_NEWLINE() \ +#define INDEX_MD \ + MD_META("DZONERZY's Blog", "DZONERZY") \ + MD_META_CUSTOM("Thursday 12 July 2023") \ + MD_NEWLINE() \ + MD_SECTION1("About") \ + MD_IMAGE("Picture of DZONERZY", "assets/dzonerzy.jpg") \ + MD_TEXT("Hello world here is dzonerzy, also known as Daniele Linguaglossa,") \ + MD_TEXT("I'm an offensive security researcher and developer.") \ + MD_NEWLINE() \ + MD_TEXT("I'm the author of this blog, and I'm using it to share my") \ + MD_TEXT("researches and my projects.") \ + MD_NEWLINE() \ + MD_TEXT("I'm also the author of the library that powers this blog, ") \ + MD_TEXT("yes you heard right, this blog is powered by a ") \ + MD_BOLD("shared object") \ + MD_TEXT(" that I wrote in C!") \ + MD_NEWLINE() \ + MD_TEXT("You can find the source code of this blog on my ") \ + MD_LINK("git repository", "https://git.libdzonerzy.so/libdzonerzy.so") \ + MD_TEXT(".") \ + MD_NEWLINE() \ + MD_SECTION1("Projects") \ + MD_TEXT("Here is a list of my projects, that I've made in my spare time, some of them are ") \ + MD_TEXT("still in development, but I'm working hard to finish them.") \ + MD_NEWLINE() \ + MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/libdzonersy.so"))) \ + MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's a library ") \ + MD_TEXT("that I use to power this blog.") \ + MD_NEWLINE() \ + MD_LIST(MD_BOLD(MD_LINK("CaptainHook", "https://git.libdzonerzy.so/captainhook"))) \ + MD_TEXT(" -- CaptainHook is the next-gen hooking framework, it's a library that ") \ + MD_TEXT("allow to hook functions in a very easy way without knowing the function prototype.") \ + MD_NEWLINE() \ + MD_SECTION1("FAQ") \ + MD_TEXT("Here is a list of frequently asked questions, if you have any other questions ") \ + MD_TEXT("feel free to contact me at ") \ + MD_BOLD("dzonerzy[at]gmail.com") \ + MD_TEXT(".") \ + MD_NEWLINE() \ + MD_SECTION4(" ") \ + MD_NEWLINE() \ + MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so ugly?")) \ + MD_NEWLINE() \ + MD_TEXT("Because I'm not a web designer, I'm a developer, and I'm not good at ") \ + MD_TEXT("designing things, but I'm working on it, I promise.") \ + MD_NEWLINE() \ + MD_LIST(MD_BOLD("Q: ") MD_TEXT("Why this blog is so fast?")) \ + MD_NEWLINE() \ + MD_TEXT("Actually this is a static website, so it's very fast.") \ + MD_NEWLINE() \ + MD_LIST(MD_BOLD("Q: ") MD_TEXT("What do you do for living?")) \ + MD_NEWLINE() \ + MD_TEXT("I'm the lead offensive security researcher at ") \ + MD_LINK("Sysdig", "https://sysdig.com") \ + MD_TEXT(", a cloud security company.") \ + MD_NEWLINE() \ + MD_LIST(MD_BOLD("Q: ") MD_TEXT("Is Sysdig hiring?")) \ + MD_NEWLINE() \ + MD_TEXT("Yes, we are always looking for new talents, if you are interested in working ") \ + MD_TEXT("with me, feel free to send your resume at ... try to find it :D , ") \ + MD_TEXT("hint (") \ + MD_BOLD("libdzonerzy.so") \ + MD_TEXT(").") \ + MD_NEWLINE() \ MD_TEXT("Michele is gayyyyyyyyyyyyyyyyyyyyyyyy") #define FOOTER_MD \