Skip to content

Instantly share code, notes, and snippets.

@Forgo7ten
Forgo7ten / register010Editor.py
Last active July 23, 2025 09:49
010Editor编辑器注册机,适用于Version: 12.0.1
# coding=utf-8
# @File : register010Editor.py
# @Desc : 010Editor编辑器注册机,适用版本Version: 12.0.1
# @Author : Forgo7ten
# @Time : 2021/11/21
import random
import sys
import time
@odzhan
odzhan / zx7_compress.c
Created January 18, 2020 18:30
ZX7 compressor
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX_OFFSET 2176 /* range 1..2176 */
#define MAX_LEN 65536 /* range 2..65536 */
typedef struct match_t {
size_t index;
@odzhan
odzhan / enum.cpp
Created July 7, 2019 16:56
Display Active Script Host Engines
/**
BSD 3-Clause License
Copyright (c) 2019, Odzhan. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
@odzhan
odzhan / runscript.c
Last active August 15, 2025 23:48
In-memory execution of VBScript, JavaScript or JScript
/**
BSD 3-Clause License
Copyright (c) 2019, Odzhan. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.