Skip to content

Instantly share code, notes, and snippets.

View exjam's full-sized avatar
🐢
is this facebook now

James exjam

🐢
is this facebook now
  • London, United Kingdom
View GitHub Profile
struct TestStructure2
{
be2_val<uint32_t> intMember;
be2_ptr<uint32_t> ptrMember;
be2_ptr<TestStructure2> ptrToStructMember;
};
struct TestStructure
{
virt_ptr
{
explicit operator AddressType() const
{
return mAddress;
}
}
template<typename Type>
be2_val
#pragma once
#include <cstdint>
namespace cpu
{
template<class Type>
class Address
{
public:
template<typename Type>
class be_val
{
public:
be_val()
{
}
be_val(Type x)
{
#include <Windows.h>
#include <algorithm>
#include <cstdint>
#include <vector>
#include <optional>
template<class Type>
class Address
{
public:
#include <Windows.h>
#include <algorithm>
#include <cstdint>
#include <vector>
class MemoryMap
{
enum PhysicalMemoryType
{
Invalid,
{
"crcs": [
{
"crc": 0,
"name": ""
},
{
"crc": 1303074905,
"name": ".text"
},
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
@exjam
exjam / CMakeLists.txt
Last active March 28, 2017 13:31
binrec cmake tests
#
# 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
build/tests\api\create-handle-custom-malloc.exe
Stdout:
Stderr:
Return Value:
0
build/tests\api\translate-basic.exe
Stdout: