User:Ziella/Sandbox1: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Ziella
(Created page with "{{WIP}} At first glance, creating a QuickBMS script may seem very difficult, it however isn't too difficult! Throughout this tutorial, we'll go through a sample file, figure...")
 
imported>Ziella
m (Ziella moved page Ziella/Sandbox1 to User:Ziella/Sandbox1)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{WIP}}
{{WIP}}
 
{{TutorialInfo
| title=        Making QuickBMS Scripts
| software=    [[QuickBMS]]
| difficulty=  Beginner
| author=      [[User:ThatTrueStruggle|ThatTrueStruggle]]
}}
At first glance, creating a QuickBMS script may seem very difficult, it however isn't too difficult! Throughout this tutorial, we'll go through a sample file, figure out the format and write a QuickBMS script in order to extract the contents. Before we begin, make sure to download everything that's required.
At first glance, creating a QuickBMS script may seem very difficult, it however isn't too difficult! Throughout this tutorial, we'll go through a sample file, figure out the format and write a QuickBMS script in order to extract the contents. Before we begin, make sure to download everything that's required.



Latest revision as of 09:39, 18 February 2019

  Bear with us! This article is a work in progress.

We're currently gathering more information for this article. Stay tuned!

Making QuickBMS Scripts | Ziella/Sandbox1 }}

{{

#if: QuickBMS | Software: QuickBMS
| }}{{ #if: | Game: {{{game}}}
| }}{{ #if: | Category:

[[:Category:Tutorials for {{{category}}}|{{{category}}}]]{{#switch:

 {{#if: 
{{{demospace}}} {{#if:
       {{#ifeq:|
talk
       }}
       {{#ifeq:user|user talk
talk user
       }}
     }}
   }}
main = [[Category:Tutorials for {{{category}}}]] talk = user = project = file image = mediawiki = template = help = category = book = other #default =

}}
| }}{{

#if: Beginner | Difficulty: Beginner
| }}{{ #if: | Duration: {{{duration}}}
| }}{{ #if: ThatTrueStruggle | Tutorial by: ThatTrueStruggle
| }}

At first glance, creating a QuickBMS script may seem very difficult, it however isn't too difficult! Throughout this tutorial, we'll go through a sample file, figure out the format and write a QuickBMS script in order to extract the contents. Before we begin, make sure to download everything that's required.

Required Files / Tools

Tutorial

Analyzing the file

First, let's open up the sample file in your hex editor of choice.

The first thing to figure out is what endian the file uses. The endianness is the order the bytes are read in.