代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/440621/7685035
txt pecompact2.02.txt
/*
PECompact 2.01a (27-04-04 release) OEP Finder by Scarabee
Make sure you Select NO on 'Compressed code message' when loading application in Olly.
When at OEP, just dump and fix with IMPREC.
*/
v
www.eeworm.com/read/440621/7685108
txt asprotect 1.3 lite oep finder.txt
var cbase
gmi eip, CODEBASE
mov cbase, $RESULT
log cbase
var csize
gmi eip, CODESIZE
mov csize, $RESULT
log csize
var k
var l
eoe lab1
eob lab1
run
lab1:
www.eeworm.com/read/440621/7685272
txt pecompact 2.01a oep finder.txt
/*
PECompact 2.01a (27-04-04 release) OEP Finder by Scarabee
Make sure you Select NO on 'Compressed code message' when loading application in Olly.
When at OEP, just dump and fix with IMPREC
www.eeworm.com/read/197582/7985339
cpp base64.cpp
// Base64.cpp: implementation of the CBase64 class.
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Base64.h"
#ifdef _DEBUG
#undef THIS_FI
www.eeworm.com/read/319084/13462650
cpp mystatic.cpp
#include
#include
using namespace std;
class CBase
{
private:
string name;
double m_total;
static double m_rate;
public:
CBase(string strName, double dblRate);
www.eeworm.com/read/136868/5840389
cpp base64.cpp
// Base64.cpp: implementation of the CBase64 class.
// Author: Wes Clyburn (clyburnw@enmu.edu)
//
// This code was practically stolen from:
// Dr. Dobb's Journal, September 1995,
// "Mime and I
www.eeworm.com/read/129875/5968999
cpp base64.cpp
// Base64.cpp: implementation of the CBase64 class.
// Author: Wes Clyburn (clyburnw@enmu.edu)
//
// This code was practically stolen from:
// Dr. Dobb's Journal, September 1995,
// "Mime and I
www.eeworm.com/read/409576/11318886
cpp base64.cpp
// Base64.cpp: 实现CBase64类.
//
#include "stdafx.h"
#include "Base64.h"
// 静态成员初始化,7-bit 字母表.
CString CBase64::m_sBase64Alphabet =
_T( "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234
www.eeworm.com/read/408306/11397278
cpp base64.cpp
// Base64.cpp: implementation of the CBase64 class.
// Author: Wes Clyburn (clyburnw@enmu.edu)
//
// This code was practically stolen from:
// Dr. Dobb's Journal, September 1995,
// "Mime and I
www.eeworm.com/read/406605/11439212
cpp base64.cpp
// Base64.cpp: implementation of the CBase64 class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Base64.h"
#ifdef _DEBUG
#undef THI