pb反编译,pb加密,powerbuilder,pb开发的软件
pbd反编译工具 http://pb.mis2erp.com/pagecn.php Pb编辑软件 pb编程 用 […]
Continue ReadingCHEN的技术博客:PB反编译大师,PB混淆加密大师,PowerBuilder,C++,电子技术,分享。。。
c,c#,pb,python,java,js,css,html
pbd反编译工具 http://pb.mis2erp.com/pagecn.php Pb编辑软件 pb编程 用 […]
Continue Reading最近在做PB的项目,该项目只有PBD文件,而没有源码,只能通过反编译PBD文件查看源码,逐步恢复该项目,由于之 […]
Continue Reading首先用反编译导出项目的工程 工具可以从这里下载: https://download.csdn.net/down […]
Continue Readingdatawindow 反编译 PB的datawindow的反编译恢复,借用的是其自身提供的一个函数取得语法并恢 […]
Continue ReadingPowershield无法支持Try…Catch…结构。 Powershield在切分代码时,它未修正try的 […]
Continue ReadingPB混淆加密大师[PB Obfuscator] V2012.08.06最新测试版/正式版 本次升级增加工程配置 […]
Continue Readingfm: http://www.daxia.com/bibis/moredata30_1440875_ […]
Continue ReadingBCB6中如果开启搜狗拼音输入法,并切换到英文输入状态下,是无法在”.”后面提示属性和 […]
Continue Reading在分析Powershield保护过的代码时,遇到非常低概率地出现了如下错误的跳转: GET BOOL_TRUE […]
Continue Reading在研究反编译的过程中(PB反编译大师从这里下载),发现PB 12.1 6875编译的一个文件,本意要实现如下代 […]
Continue Reading发觉try中声明的变量,鼠标移动到变量上无法查看变量的值,inspect和evaluate都是这样。 将变量剪 […]
Continue Readingfm: http://www.189works.com/article-42035-1.html 关 […]
Continue ReadingBCB6.0 Import Type Library Excel2003时报错:因为我安装了Excel2007 […]
Continue Readinguo的autoinstantiate如果勾选,constructor中的代码是不执行的。 如果autoinst […]
Continue Reading在uo_1中 //instance var datawindow dw_handle //constructo […]
Continue Reading关于blobmid和getbytearray效率 最近做一个关于json字符串的解析(pb这方便无法和php这 […]
Continue ReadingPB Clipboard函数 ,OBJECT 转载来源: http://hi.baidu […]
Continue ReadingPB连接非默认实例,以开发版2005为例,因为机器安装有sql2000故安装时sql2005安装为非默认实例, […]
Continue Reading工作中用mssql比较多,今天学习oracle。尝试在9和12.5中连接oracle。 2.用em建立了表空间 […]
Continue Reading<?php/*PB POST可以正常上传数据,但是无法放入数组中(PB中不知道怎么指定MIME),PHP […]
Continue Reading在pb客户端模式需要查询客户详单,因为详单是分布在几十台通讯主机上面,前台只是发送一条申请记录,数据录入时触发 […]
Continue Reading最近接触了pb的inet组件调用和提交java写的接口。对于单条数据可以说非常好,取和发送都很成功,没有什么问 […]
Continue ReadingPowerBuilder12.5和PowerBuilder12.6数据管道的问题 涉及到读取mysql的数据表 […]
Continue Reading有一个VB的程序是操控机器的。需要选择电脑上的文件。需要其他程序直接控制它而不用人工选择。参考了一些资料,说v […]
Continue Reading网上找出了两种方式处理: 正确写法如下:$jsons = json_encode($array); //php […]
Continue Reading为了不使用直连来使用dw。我最近两周特别测试书写了一个datawindowJson控件,借用dw显示编辑作为前 […]
Continue Readingyield通常用于大循环中释放控制权,让界面鼠标得到刷新避免”卡死“。 比如 uf_fill_data{ dw […]
Continue ReadingGrid时放入按钮如果在栏位上面,会无法触发buttonclick事件。可以放在最后一个栏位后面。也可以放入一 […]
Continue Reading如这个名字:杨珮琴 function gb2312toutf8(&$value, &$key, […]
Continue Readingfm: https://blog.csdn.net/anyqu/article/details/39 […]
Continue Readingint coldw[] = {5,6,7,8,9,10,11,12,13,14,15,16,17,18,19, […]
Continue Reading经常维护一些老版本的PB写的软件,比如PB7.0遇到了无缘无故程序崩溃的问题。特点就是修改后保存时崩溃,或者对 […]
Continue Reading不少资料把:Scratch这个儿童编程工具吹上了天。难于估计全社会有多少拥趸,投入多少金钱和精力学之。 但是看 […]
Continue Reading之前尝试把自己的项目编译成DLL,结果出来一堆的错误提示,搜索互联网也没有解决方案。 今天遇到一位朋友,他的项 […]
Continue Reading新版增加了自动插入逻辑陷阱变量等功能。并强化了30-50行短代码的阻止效果。并保障每个代码段都插入阻止点。 这 […]
Continue Readingdw.describe(“datawindow.table.select”)使用时发现 […]
Continue Reading调试发现,执行open事件的末尾用opensheet+Layered! 无法打开第一个子窗口w_child。 […]
Continue Reading最近在做PB的项目,该项目只有PBD文件,而没有源码,只能通过反编译PBD文件查看源码,逐步恢复该项目,由于之 […]
Continue Reading原来的写法如此,执行时无法删除临时文件。 @echo offstart “” R […]
Continue Reading转载自: https://www.cnblogs.com/azbane/p/7326086.html […]
Continue ReadingFILE *fp; // 定义一个文件指针BMP_HEADER bmpHeader; // 定义一个 BMP […]
Continue Reading来自: 天苍野茫的CSDN博客:http://blog.csdn.net/ichen86/article/de […]
Continue Readingpb在插入ole控件时发生ide崩溃: 之前有很多人提供线索是阿里的控件冲突。按照网上直接给的命令执行则报错。 […]
Continue Reading今天遇到一个bug。win7中使用dopdf v7可以导出pdf而在win10中不起作用。 研究程序,原来的程 […]
Continue Reading当出现继承关系,比如 祖先:w_master 子孙:w_child 继承自w_master 当w_child写 […]
Continue Reading目前的PB混淆加密大师(下载测试版:www.mis2erp.com) 并不对PBD里面的dw进行加密,因为这是 […]
Continue Reading当我们有多个连接到数据库时,可能默认的链接不用sqlca。默认它还是存在,而且当我们写内嵌sql时,不用usi […]
Continue Reading有客户问到混淆加密后的文件应如何防止PBD被替换 其实和DLL被替换是一个道理。 1)首先确保pbd用PB混淆 […]
Continue Reading有个dll是给了c#的例子 struct xxx{[MarshalAs(UnmanagedType.ByVal […]
Continue Reading我们的单据通常是连续的。比如:PUR2019090001,PUR2019090002,PUR201909000 […]
Continue Reading我们在多种单据一起显示时,可能根据单据类型会显示和隐藏某些栏位。如果我们隐藏后再显示,会出现那个栏位跑到最后面 […]
Continue Reading原文:http://itmed.blog.sohu.com/93681921.html api hook可以看 […]
Continue Reading原文:http://itmed.blog.sohu.com/93682685.html 如何编程导入*.srw […]
Continue ReadingWHAT’S NEW? 授权服务器改为虚拟空间+云服务器混合,响应更快,更冗余,更稳定。已连续6年,故障中断时 […]
Continue Reading如何使用PB反编译工具? Step1:open file 第一步:开启文件 Step2:Export PBL […]
Continue Reading原文:https://www.cnblogs.com/wintersun/p/3320296.html 近需要 […]
Continue ReadingPBD加密专家实例! (PB加密专家/PBD加密专家) PBD加密专家说明: 能对抗目前反编译工具反编译, 能 […]
Continue Reading1). 对Powerbuilder编译出来的PBD, DLL, EXE, 文件混淆加密,支持版本: 5,6.5 […]
Continue ReadingPB反编译专家 PB反编译大师 PB Decompiler V2020.01.21 支持PB5.0到2019全 […]
Continue Reading今天更新了版本 PB DeCompiler_V2020.01.21_Standard Online http: […]
Continue Reading一个新的工具,我记得之前还有个国外的pbspy也是做成半成品就收工了。 这个产品也是一个半成品,据测试目前能显 […]
Continue Reading最近看到项目发行时文件有点多,想把文件打包一下,搜索了一下,有molebox,Enigma Virtual B […]
Continue Reading需要的从这里下载 https://download.csdn.net/download/cheng […]
Continue Reading来源:https://blog.csdn.net/yudehui/article/details/803151 […]
Continue Reading1). 反编译powerbuilder编译后的pbd文件,支持版本5,6.5,7,8,9,10,10.5,11 […]
Continue ReadingPB如何防反编译? 用PBKiller.exe 能看到pb编译出来pbd和dll里面完整的代码. 试试PB防反 […]
Continue Reading来自:https://www.jb51.net/article/72211.htm 1、推荐的一种方法:php […]
Continue Reading转自网络:function get_client_language($availableLanguages, […]
Continue Reading关于PB项目过大编译时间过长的解决方法 1.除框架和公共函数之外其它库(pbl)相对独立没有继承依赖关系 2. […]
Continue Readingpreg_match(‘/^([a-z\-]+)/i’, $_SERVER[‘HTTP_ACCEPT_LANG […]
Continue Reading转载自: https://blog.csdn.net/ClearLoveQ/article/details/8 […]
Continue Reading如下是一个pbd混淆加密之后用反编译打开时的效果图(混淆器已经开发了十年,其代码混淆保护效果一直满意,用图说话 […]
Continue Reading众所周知,PB开发语言比较方便易用,在国内是一种用的比较多开发工具,特别是用在C/S架构上,是一种比较方便实用 […]
Continue ReadingPBKIllER的缺点1)只能处理6,7,8,9四个版本的文件,无法处理5.0和10.0以上的版本反编2)lo […]
Continue Reading1). 反编译powerbuilder编译后的pbd文件,支持版本5,6.5,7,8,9,10,10.5,11 […]
Continue Reading原始的代码 if key = keyescape! thenclose(this) // 遇到有子对象继承时, […]
Continue Reading比如商超pos系统,因为支持离线收银,所以配有本地数据库。 pb的支持做法有1)数据管道 2)两个ds的row […]
Continue ReadingSQL和PB安装时不弹出安装界面,之前看文章说与QQprotect.exe有关。 今天遇到的确关闭QQprot […]
Continue Reading按照教程上面的录入编码,写出了第一个微信小程序:计算器 因为有些html和js的入门了。所以写代码没问题了。 […]
Continue Readinghttps://blog.csdn.net/supernpc/article/details/4351645 […]
Continue ReadingPB9.0 MDI的子窗口设计为maximized! 用opensheet打开: 方案1: opensheet […]
Continue Readingstrcpy(sendBuf,asWrite.c_str());sentCount = pClientStre […]
Continue Reading我们的电脑上现在可是很多的网卡,因为存在虚拟网卡,Lan口和wifi网卡等等。 之前有人给出判断的前缀,但是不 […]
Continue Readingpbkiller在生成careate和destroy时, 正常时应该为: on w_test111.creat […]
Continue Reading其一。普遍采用一个方式就是打包或者压缩方式。通过在exe中运行一个外部dll的start和stop函数来解包, […]
Continue Reading原因,ext里面有php_odbc.dll文件。但是ini中没有extension=php_odbc.dll。 […]
Continue Readingphp能使用sqlsrv驱动来连接SQL2005以上的数据库(微软提供驱动)。但是不支持SQL2000. 对于 […]
Continue Reading如mysql_fetch_array等参数是有第二个参数可以决定返回的数组是下标还是栏位名。而odbc_fet […]
Continue Reading将libpq.dll从\php\php5.*\ 复制进入\apache*\bin,问题解决。这个经验的确凑效。
Continue Reading最近有朋友问到如何防止pbd文件被替换。 其实还有类似问题,比如防止dll被替换,防止其他文件被替换。 可以采 […]
Continue Reading今天用c++封装了一个openssl的函数。当一个参数搞忘记赋值时,(最后一个)提示这个(下图我故意设置为空值 […]
Continue ReadingError opening dll library 这个错误错误,有时出现在非开发电脑上。究其原因,是因为引用 […]
Continue Readingc++builder编译带有vc dll时出现linker error,unresovled external […]
Continue ReadingDataWindowHTTP V1.00产品说明书PowerBuilder DeCompiler,PowerB […]
Continue Reading下载地址 http://powerbuilder.ltd/powerbuilder.ltd/soft/data […]
Continue ReadingESC * m nL nH d1… dk[名称] 选择位图模式[格式] ASCII ESC * m nL nH […]
Continue Reading坑1:blob转成number时要用对类型转换函数 long biWidth Fileseek(filebmp […]
Continue Reading测试发现,window\system32中的sqlncli.dll用于pb的dbprofile连接处。而运行编 […]
Continue Reading比如我们要打印图片,或者做一些控制,使用ESC/POS指令比较直接。比如有时要进退纸(不满一页) 测试请下载见 […]
Continue Reading