This file has been truncated, but you can view the full file.
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
<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.
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
<RTTITypeInfos> <RTTITypeInfo address="0x1425c6ce0" name="CMemoryPoolParameters"> | |
<BaseClasses> | |
<BaseClass>CMemoryPoolParameters<BaseClass> | |
</BaseClasses> | |
<Functions> | |
<Function address="0x1400014d0"/> | |
</Functions> | |
</RTTITypeInfo> | |
<RTTITypeInfo address="0x1425c6d58" name="CreationParameters"> | |
<BaseClasses> |
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
// | |
//@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; |
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
-- 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 |
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
$ 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 |
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
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 |
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
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> | |
); |
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
"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' |
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
"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' |
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
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"), |
NewerOlder