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
| using System; | |
| class VTablePatch | |
| { | |
| enum E { V } | |
| static string Interceptor(object e) | |
| { | |
| return "huehue"; | |
| } |
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
| // ==UserScript== | |
| // @name BQ Fixes | |
| // @namespace bazqux | |
| // @include https://bazqux.com/* | |
| // @version 1 | |
| // ==/UserScript== | |
| function createButton(text, onclick) { | |
| $('<a/>') | |
| .attr('class', 'button') |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Reflection; | |
| using Microsoft.VisualStudio.Shell.Interop; | |
| using Mono.Cecil; | |
| using Mono.Cecil.Cil; | |
| using Mono.Collections.Generic; | |
| using MethodBody = Mono.Cecil.Cil.MethodBody; |
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
| // ==UserScript== | |
| // @name VK HTML5 Notifications | |
| // @namespace vk-com | |
| // @include https://vk.com/* | |
| // @include http://vk.com/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| let p = window.Notification.prototype; |
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 "stdafx.h" | |
| #include "MovementStatus.h" | |
| int __stdcall IDAP_init(void) | |
| { | |
| // "metapc" represents x86 architecture | |
| if (strncmp(inf.procName, "metapc", 8) != 0) | |
| { | |
| error("Only PE and ELF binary type compiled for the x86 platform is supported, sorry."); |
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 "stdafx.h" | |
| #include <ida.hpp> | |
| #include <idp.hpp> | |
| #include <loader.hpp> | |
| #include <allins.hpp> | |
| #include <name.hpp> | |
| int __stdcall IDAP_init(void) | |
| { |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Runtime.CompilerServices; | |
| using System.Runtime.Serialization; | |
| using System.Runtime.Serialization.Formatters.Binary; | |
| using System.Security.Cryptography; | |
| using System.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
| using System; | |
| using System.IO; | |
| using System.Reflection; | |
| using ICVT.JPEGMini.Common; | |
| namespace JpegMini.Crack.Runtime | |
| { | |
| public static class OnStartup | |
| { | |
| public static void Run() |
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
| ; hook for jmp at recv funct 0x004870B7 (build 14333) | |
| ; JumpAtValue = 0x22222222 | |
| ; AddPacketValue = 0x33333333 | |
| ; StorageValue = 0x44444444 | |
| ; BaseAddressValue=0x55555555 | |
| use32 | |
| ; LINK CREATURE_QUERY | |
| ; pushfd |
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 | |
| #ifndef _a553_services_services_h | |
| #define _a553_services_services_h | |
| #include <a553/internals.h> | |
| #include <a553/compiler.h> | |
| #pragma region private details |