Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<RTTITypeInfos>
<RTTITypeInfo address="0x1425c6ce0" name="CMemoryPoolParameters">
<BaseClasses>
<BaseClass>CMemoryPoolParameters</BaseClass>
</BaseClasses>
<Functions>
<Function address="0x1400014d0"/>
</Functions>
</RTTITypeInfo>
<RTTITypeInfo address="0x1425c6d58" name="CreationParameters">
This file has been truncated, but you can view the full file.
<RTTITypeInfos> <RTTITypeInfo address="0x1425c6ce0" name="CMemoryPoolParameters">
<BaseClasses>
<BaseClass>CMemoryPoolParameters<BaseClass>
</BaseClasses>
<Functions>
<Function address="0x1400014d0"/>
</Functions>
</RTTITypeInfo>
<RTTITypeInfo address="0x1425c6d58" name="CreationParameters">
<BaseClasses>
//
//@author PhilippTheCat
//@category witcher
//@keybinding
//@menupath
//@toolbar
import ghidra.app.cmd.data.rtti.Rtti4Model;
import ghidra.app.cmd.data.rtti.VfTableModel;
import ghidra.app.util.datatype.microsoft.DataValidationOptions;
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler using: Visual Studio 14 2015
-- Check for working C compiler using: Visual Studio 14 2015 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 14 2015
-- Check for working CXX compiler using: Visual Studio 14 2015 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
$ cmake -DBOOST_ROOT=..\..\boost_1_66_0 -DRapidJSON_ROOT=..\..\rapidjson1.1.0\ -Wno-dev ..
-- Building for: Visual Studio 14 2015
-- The C compiler identification is MSVC 19.0.24213.1
-- The CXX compiler identification is MSVC 19.0.24213.1
-- Check for working C compiler using: Visual Studio 14 2015
-- Check for working C compiler using: Visual Studio 14 2015 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 14 2015
-- Check for working CXX compiler using: Visual Studio 14 2015 -- works
Adyen Test Card Numbers
These cards are only valid on our TEST system and they will never involve any actual transaction or transfer of funds. The TEST card numbers will not work on the Adyen LIVE Platform.
For all cards use the following expiration and CVV2/CVC2/or CID for Amex.
For all cards:
Expiration Dates CVV2 / CVC3 CID (American Express)
08/2018 OR 10/2020 737 7373
import {Router, Route} from 'react-router';
var routes = (
<Router>
<Route path="/" component={App}>
<Route path="about" component={About} />
<Route path="inbox" component={Inbox} />
</Route>
</Router>
);
"use strict";
import express from "express";
var routes = require("./common");
var app = express()
import { renderToString } from 'react-dom/server'
import { match, RoutingContext } from 'react-router'
"use strict";
import express from "express";
var routes = require("./common");
var app = express()
import { renderToString } from 'react-dom/server'
import { match, RoutingContext } from 'react-router'
UIWidget: function(funcarguments){
this.template = '<span class="UIWidget" id="UIWidget_%(name)s" style="height:%(size.y)s;width:%(size.x)s;">'+
'%(content)s</span>';
var children = [];
var arguments = $.extend(true,funcarguments,
{
"name":"untitled",
"icon":"None",
"frame":$("#body"),