GithubHelp home page GithubHelp logo

x64dbg / blog Goto Github PK

View Code? Open in Web Editor NEW
12.0 13.0 17.0 448 KB

Blog for x64dbg.

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

License: MIT License

HTML 37.70% CSS 52.28% JavaScript 8.57% Ruby 1.16% Shell 0.29%

blog's Introduction

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. If you want to write something but don't know exactly how, come in contact discuss a topic with us.

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.
  • Exploit 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 YYYY-MM-DD-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 https://x64dbg.com for the author and website fields respectively. These fields are required for your post to be accepted, so keep that in mind. Also, feel free to add an introductory section explaining who you are, what you do and links to your personal blog or company website!

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

Thanks,

Duncan

blog's People

Contributors

athre0z avatar blaquee avatar mrexodia avatar mrfearless avatar thundercls avatar torusrxxx avatar virb3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

No GetVariable,SetVariable,GetVariableList plugin support

There is now possibility to get variables from plugin.
for example if i create variable using Cmd("Avi=1"), there is no option to get this variable.
Script:: has the many option for example-
Script::Argument
Script::Assembler
Script::Label
but non of them gives the option to GetVariable,SetVariable,GetVariableList......

If else option

I see we have the option "ternary(condition, var1, var2)" as an If Else option,
but what if i want to run some command in case some variable are set with some specific value??

for example if ($var1==1){run} else {pause} ?????

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.