devilma 发表于 2015-2-10 11:32:37

收藏一下,谢谢楼主

andos 发表于 2015-2-10 18:02:31

sp_star 发表于 2015-2-9 22:18
64位也不难的,winio本身就支持64位,程序网上有很多。想要源代码也可以给你,只要会编译64位程序就行。

不是像AUTOIT那样用同一源码编一下就行了吗?

sp_star 发表于 2015-2-10 18:15:17

andos 发表于 2015-2-10 18:02
不是像AUTOIT那样用同一源码编一下就行了吗?

XP的环境好像不能编译64位的。

andos 发表于 2015-2-10 19:14:28

sp_star 发表于 2015-2-10 18:15
XP的环境好像不能编译64位的。

那换一个系统就是了呢....

sp_star 发表于 2015-2-10 19:20:15

andos 发表于 2015-2-10 19:14
那换一个系统就是了呢....

呵呵,哪有那么容易,还有很多东西在系统里呢!

andos 发表于 2015-2-10 19:33:58

sp_star 发表于 2015-2-10 19:20
呵呵,哪有那么容易,还有很多东西在系统里呢!

我没编译器,要不我也可以试试

其实在VM上编不就也可以吗? 不用换系统

sp_star 发表于 2015-2-10 19:42:29

andos 发表于 2015-2-10 19:14
那换一个系统就是了呢....

不麻烦了,验证了这种方法可行,就可以了。

hehui 发表于 2015-2-12 09:50:17

楼主,你的这个很不错,支持WIN8,另一个老帖楼主可以参考下http://bbs.wuyou.net/forum.php?mod=viewthread&tid=145090

andos 发表于 2015-2-14 17:11:33

sp_star 发表于 2015-2-9 22:18
64位也不难的,winio本身就支持64位,程序网上有很多。想要源代码也可以给你,只要会编译64位程序就行。

话说是用什么编译器编的,或者我可以找个来试试看
发我源代码吧{:3_148:}

sp_star 发表于 2015-2-14 17:45:15

andos 发表于 2015-2-14 17:11
话说是用什么编译器编的,或者我可以找个来试试看
发我源代码吧

VC编译的,可能要小改一下。




andos 发表于 2015-2-14 18:42:26

sp_star 发表于 2015-2-14 17:45
VC编译的,可能要小改一下。

我不会改啊....{:3_146:}

sp_star 发表于 2015-2-14 19:48:39

andos 发表于 2015-2-14 18:42
我不会改啊....
一点改动可能还是需要的吧。至少要把WinIo32.dll改为WinIo64.dll{:soso_e100:}
可以先不改动,从x86的开始

andos 发表于 2015-2-14 20:25:23

sp_star 发表于 2015-2-14 19:48
一点改动可能还是需要的吧。至少要把WinIo32.dll改为WinIo64.dll
可以先不改动,从x86的 ...

光改成WinIo64.dll 编成32位的不知在X64的PE能不能用就是....?

我也不知怎样编成64位程序,看看有没有其他那位懂的编个来试试看吧

sp_star 发表于 2015-2-14 20:42:40

andos 发表于 2015-2-14 20:25
光改成WinIo64.dll 编成32位的不知在X64的PE能不能用就是....?

我也不知怎样编成64位程序,看看有没有 ...

{:soso_e110:}

zhangjie900908 发表于 2015-2-15 08:42:55

楼主制作PE教程有没

光子中微子 发表于 2015-2-28 23:43:58

菜鸟求助,wim和iso是要自己打包吗?

UnO 发表于 2015-3-3 09:50:39

制作 win8.1 x64 时,

文件找不到:Projects\pe_extra\ramos\SAM64.reg




Snipping Tool文件也找不到,不过就这个可以跳过。

2011ChrisR 发表于 2015-3-4 06:42:28

本帖最后由 2011ChrisR 于 2015-3-4 06:45 编辑

sp_star 发表于 2015-2-10 18:15
XP的环境好像不能编译64位的。





在 Win8.1PE x86,使用32位本机 WinT32.exe, WinIo32.dll, WinIo32.sys

在 Win8.1PE x64,使用64位本机WinT64.exe, WinIo64.dll, WinIo64.sys
或者它可以与了WoW64使用和 WinT32.exe, WinIo32.dll, WinIo32.sys
bcdedit /store bcd /set {default} TestSigning ON 似乎不是必需的

sp_star 发表于 2015-3-4 08:44:05

谢谢! 热心{:soso_e179:} {:soso_e179:} {:soso_e179:}

2011ChrisR 发表于 2015-3-4 19:24:51

sp_star 发表于 2015-3-4 08:44
谢谢! 热心

谢谢 热 对于WinIO32(64).dll Win+T代码 {:soso_e104:} {:soso_e179:} {:soso_e182:}

bcdedit /store D:\xxx\Boot\bcd /set {default} TestSigning ON
bcdedit /store D:\xxx\efi\microsoft\boot\bcd /set {default} TestSigning ON
有必要
在这里,Winload.exe来修补以绕过驱动程序签名

andos 发表于 2015-3-4 20:52:32

本帖最后由 andos 于 2015-3-4 23:02 编辑

2011ChrisR 发表于 2015-3-4 19:24
谢谢 热 对于WinIO32(64).dll Win+T代码   

bcdedit /store ...

Thank you!


Here is a signed driver of WinIo64.sys which does not need to enable TestSigning
You may take a look

2011ChrisR 发表于 2015-3-5 01:24:49

andos 发表于 2015-3-4 20:52
Thank you!




Great, tested in VMWare UEFI without TestSigning.
It works flawless. Thanks {:soso_e179:} {:soso_e179:}

I use another driver AccessGain
signed with dseo13b (but not verified) in my Win8.1PE OS in Ram.
Is it possible to sign it in the same way If it is not too hard ?

andos 发表于 2015-3-5 07:35:33

2011ChrisR 发表于 2015-3-5 01:24
Great, tested in VMWare UEFI without TestSigning.
It works flawless. Thanks{:sos ...

ChrisR,

Yes, it is.
This certificate can just pass the signature check, but not real verified

2011ChrisR 发表于 2015-3-5 18:03:46

andos 发表于 2015-3-5 07:35
ChrisR,

Yes, it is.


Great, I no longer need to add TestSigning to make it work {:soso_e100:} .
Also, on UEFI firmware, with TestSigning, I needed to disable the SecureBoot. It is no longer required now {:soso_e100:} .
What tool, do you use, if not too intrusive.
Thanks a lot Andos {:soso_e179:}

andos 发表于 2015-3-5 19:09:26

2011ChrisR 发表于 2015-3-5 18:03
Great, I no longer need to add TestSigning to make it work.
Also, on UEFI firmware ...

DSignTool and a certificate, but it is written in Chinese

2011ChrisR 发表于 2015-3-9 16:57:53

Here is Win+T in win32 application, not console, now.
With WinIO64.dll signed driver, not real verified but it pass the signature check, :) thanks andos

Not sure you need, I have a small program to refresh the desktop in PE mode.
Currently it is done with pecmd INIT IU,4000 - SHEL %SystemRoot%\explorer.exe.

andos 发表于 2015-3-9 19:01:04

2011ChrisR 发表于 2015-3-9 16:57
Here is Win+T in win32 application, not console, now.
With WinIO64.dll signed driver, not real veri ...

What is the advantage of win32 application over console?

2011ChrisR 发表于 2015-3-9 19:55:52

andos 发表于 2015-3-9 19:01
What is the advantage of win32 application over console?

我的回答似乎已经消失 (英语 !)

不是看窗口,而无需隐藏其执行。
这里没有真正的理由有一个控制台版本

andos 发表于 2015-3-9 20:22:50

2011ChrisR 发表于 2015-3-9 19:55
我的回答似乎已经消失 (英语 !)

不是看窗口,而无需隐藏其执行。


It is quite strange that you cannot reply in English
Maybe bugs of that forum

sp_star 发表于 2015-3-9 20:40:12

andos 发表于 2015-3-9 20:22
It is quite strange that you cannot reply in English
Maybe bugs of that forum

看不懂的话,再翻译回英文,就看明白了。呵呵
页: 1 2 3 4 5 6 7 8 9 [10] 11
查看完整版本: WinPEBuilder --- Windows NT 全系列 PE 制作工具