PDA

View Full Version : BartPE Plugin...


GT500
2005-12-22, 23:08
Has anyone made a BartPE plugin for RunAlyzer yet?

I've searched, and found nothing but a false promise to "cook one up"...

I tried to read the documentation on how to make one, but I couldn't understand the author's attempt at English... ;)

mgrmgr
2005-12-27, 02:21
;---------------------- runalyzer.inf ------------------------
; PE Builder v3 plug-in INF file for RunAlyzer
; This inf-file was generated by the PluginBuilder
; Copyright by PapaTomTom Software

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="RunAlyzer"
Enable=1
Help="RunAlyzer.htm"

[WinntDirectories]
a="Programs\RunAlyzer",2
b="Programs\RunAlyzer\Languages",2

[SourceDisksFiles]
files\lasshc.hdb=a,,3
files\lasshdb.hdb=a,,3
files\RunAlyzer.exe=a,,3
files\Languages\*.*=b

[Append]
nu2menu.xml,RunAlyzer_nu2menu.xml

<!-- -------------- RunAlyzer_nu2menu.xml ----------------------- -->

<!-- Nu2Menu entry for RunAlyzer -->
<NU2MENU>
<MENU ID="Programs">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\RunAlyzer\RunAlyzer.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\RunAlyzer\RunAlyzer.exe">RunAlyzer</MITEM>

</MENU>
</NU2MENU>

<!-- ----------- RunAlyzer.htm ------------------ -->

<html><head></head>
<body>
<i>PE Builder v3 plugin</i><hr>
<h1>RunAlyzer</h1>
<a target="_blank " href="http://www.safer-networking.org/en/index.html"></a><br>
RunAlyzer is an autostart & configuration manager that allows you to view and edit all the spots where Windows looks for programs or services to start. It's a combination of a standard configuration manager and an advanced tool to locate and remove places where hijackers, spyware and other malware hide.

<hr>
<i>PE Builder Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body></html>

Peter2cfu
2006-09-10, 13:29
I'm new to this so sorry if this is a silly question, does RunAlyzer support remote registrey scanning and editing, as I have not found this function, if not what would be the point of this plugin.

PepiMK
2006-09-11, 14:07
Yes, it does, it was designed exactly for that purpose even - showing and editing unloaded registries on other installations as well.

And I'm sure there exists one... hasn't the c't magazine put it on their PEBuilder-CD?

Peter2cfu
2006-09-11, 17:52
Thanks for the update

maybe who does the c't magazine, I live in Uganda Africa, how can it get hold of a copy..:(

PepiMK
2006-09-26, 17:55
Hmmm won't the one posted by mgrmgr (http://forums.spybot.info/member.php?u=2065) work? Looks valid to me ;)