You can’t make document changes more convenient than editing your binary files online. With DocHub, you can get tools to edit documents in fillable PDF, binary, or other formats: highlight, blackout, or erase document fragments. Include textual content and pictures where you need them, rewrite your form entirely, and more. You can save your edited file to your device or submit it by email or direct link. You can also transform your documents into fillable forms and ask others to complete them. DocHub even provides an eSignature that allows you to certify and deliver paperwork for signing with just a couple of clicks.
Your documents are securely kept in our DocHub cloud, so you can access them at any time from your desktop, laptop, smartphone, or tablet. If you prefer to apply your mobile phone for file editing, you can easily do it with DocHub’s application for iOS or Android.
In this video we will revisit the license check program from last time. You can get the same compiled 64bit binary from github and you can also watch the last video where I went into more detail how to crack this simple program. I will show now different simple tools and techniques that exist to analyse a program like that to circumvent the license check. This should show you that there are a variety of different ways how to solve this challenge. The file command is very useful to check what kind of files you have. So file on our binary says its a ELF 64-bit executable for Linux. You can also do file * to get the information on all files in the directory. And it then also finds the C source code here. So thats very useful. Lets open the program in a text editor like vim. As you can see it looks very weird. I have introduced ASCII before, so you know that every character has assigned a number. But there are numbers that dont have a printable character assigned. If you look at th