This file contains hidden or 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
struct TestStructure2 | |
{ | |
be2_val<uint32_t> intMember; | |
be2_ptr<uint32_t> ptrMember; | |
be2_ptr<TestStructure2> ptrToStructMember; | |
}; | |
struct TestStructure | |
{ |
This file contains hidden or 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
virt_ptr | |
{ | |
explicit operator AddressType() const | |
{ | |
return mAddress; | |
} | |
} | |
template<typename Type> | |
be2_val |
This file contains hidden or 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
#pragma once | |
#include <cstdint> | |
namespace cpu | |
{ | |
template<class Type> | |
class Address | |
{ | |
public: |
This file contains hidden or 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
template<typename Type> | |
class be_val | |
{ | |
public: | |
be_val() | |
{ | |
} | |
be_val(Type x) | |
{ |
This file contains hidden or 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
#include <Windows.h> | |
#include <algorithm> | |
#include <cstdint> | |
#include <vector> | |
#include <optional> | |
template<class Type> | |
class Address | |
{ | |
public: |
This file contains hidden or 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
#include <Windows.h> | |
#include <algorithm> | |
#include <cstdint> | |
#include <vector> | |
class MemoryMap | |
{ | |
enum PhysicalMemoryType | |
{ | |
Invalid, |
This file contains hidden or 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
{ | |
"crcs": [ | |
{ | |
"crc": 0, | |
"name": "" | |
}, | |
{ | |
"crc": 1303074905, | |
"name": ".text" | |
}, |
This file contains hidden or 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
Test project E:/wiiu/projects/libbinrec2-build | |
Start 1: guest-ppc_exec_750cl-assume-no-snan-fast-stfs | |
1/3296 Test #1: guest-ppc_exec_750cl-assume-no-snan-fast-stfs .................***Failed 0.18 sec | |
Unexpected errors detected: | |
FC6D493A 01007F20 7FF80000 00000000 A0811000 00000000 | |
FC605B7A 01007FA8 FFF80000 00000000 A1111000 00000000 | |
FC63237A 0100811C 3FFFFFFF FFFFFFFF 82024000 00000000 | |
FC6D20FA 01008140 3FFFFFFF FFFFFFFF 82024000 00000000 | |
FC602090 010082C8 40000000 20000000 82024000 00000000 | |
EC63737A 01008310 47E00000 00000000 82024000 00000000 |
This file contains hidden or 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
# | |
# libbinrec: a recompiling translator for machine code | |
# Copyright (c) 2016 Andrew Church <[email protected]> | |
# | |
# This software may be copied and redistributed under certain conditions; | |
# see the file "COPYING" in the source code distribution for details. | |
# NO WARRANTY is provided with this software. | |
# | |
# This CMake control file is intended for embedding libbinrec within other |
This file contains hidden or 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
build/tests\api\create-handle-custom-malloc.exe | |
Stdout: | |
Stderr: | |
Return Value: | |
0 | |
build/tests\api\translate-basic.exe | |
Stdout: |