-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ReverseLongLong statements
- Loading branch information
1 parent
8c672e2
commit 5a30af7
Showing
5 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ReverseLongLong VAR [ENDIAN] | ||
|
||
Classical swap that inverts a 32bit variable from | ||
0x8877665544332211 to 0x1122334455667788 and vice versa. | ||
This command works only with quickbms_4gb_files.exe | ||
|
||
Arguments: | ||
VAR variable to flip | ||
ENDIAN desired endianess like little or big |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
================================================================================ | ||
ReverseLongLong statements | ||
================================================================================ | ||
|
||
reverselonglong REVERSE_CRC | ||
reverselonglong REVERSE_CRC little | ||
reverselonglong REVERSE_CRC big | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
(source_file | ||
(reverselonglong_statement | ||
(reverselonglong) | ||
(identifier)) | ||
(reverselonglong_statement | ||
(reverselonglong) | ||
(identifier) | ||
(little)) | ||
(reverselonglong_statement | ||
(reverselonglong) | ||
(identifier) | ||
(big))) |