vic4key / blog

Blog for x64dbg.

Home Page:http://blog.x64dbg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official x64dbg blog!

This will be the official blog for x64dbg. This blog is looking for writers! Send a pull request here to get your content related to x64dbg posted here.

Topics

  • Personal or corporate usage of x64dbg (Make sure to keep it legal).
  • Development of x64dbg.
  • Feature showcase (cool features you want to demonstrate).
  • Plugin showcase.
  • Script showcase.
  • Features currently in development.
  • Anything else related to x64dbg...

Writing a post

Writing a new post is very easy. It is basically Markdown with some extra setup to make Jekyll render the post nicely.

Create a new file called DD-MM-YYYY-Your-post-title.md in the _posts directory and start with the following setup:

---
layout: post
title: Your post title!
author: John Doe
website: http://johndoe.me
---

After that write your post contents with Markdown. If you don't want to be attributed use Anonymous and http://x64dbg.com for the author and website fields respectively. These fields are required for your post to be accepted, so keep that in mind.

Once you completed writing your post, send a pull request and it will be reviewed and added to the blog!

Thanks,

Duncan

About

Blog for x64dbg.

http://blog.x64dbg.com

License:MIT License


Languages

Language:CSS 61.7%Language:HTML 36.5%Language:JavaScript 1.8%