Topic: Kyhi Revisied Plugins  (Read 114993 times)

Re: Kyhi Revisied Plugins
« Reply #80 on: November 08, 2015, 08:43:16 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I am not sure...
 maybe all you need sfc x86 files
   at least I found 3 more dependencies for sure, still not working here with basic build, maybe works there:

Code: [Select]
Set,%PluginArch%,x86
Require_FileQ,sfc.dll
Require_FileQ,sfc_os.dll
//--
Require_FileQ,opengl32.dll
Require_FileQ,glu32.dll
Require_FileQ,dciman32.dll

Re: Kyhi Revisied Plugins
« Reply #81 on: November 08, 2015, 08:55:47 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
since you are a developer, here is a valuable tip to gain time:

Download\Yomi\Backup Restore Components - Plugin Download
(or get it directly from Yomi server  :wink: )

*
on builder screen under root of project dir, you will notice
.\Backup Restore Components
enable it during build ;).


after build, test plugin etc. when you need to re test things:
.\Backup Restore Components
Restore button
+
Testplugin
+
Finals\PostConfig\"Create Target Image and ISO and Start Emulation" (small colored square button at bottom, 2nd on left)

;)

I hope this tip gains some time during tests...

***
I will follow you on Malware bytes, when you say ok I will also update to Yomi Server...

**
"Winter is coming" .. :turtle:
« Last Edit: November 09, 2015, 04:52:54 PM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #82 on: November 08, 2015, 09:43:53 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
two issues I think..
ONE
ila_rendered

in Target I get the above..
Need ,2.dll for x64 build
assume ,1.dll for x86

TWO
with x64 build get error about sfc.dll missing although require-fileQ and files in system32
ila_rendered

but not in syswow64
ila_rendered

So assume missing from syswow64 and how to add to x64 build??

Re: Kyhi Revisied Plugins
« Reply #83 on: November 08, 2015, 09:56:10 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Need ,2.dll for x64 build
assume ,1.dll for x86
very mostly (%95) this is the case, and very very mostly big file is x64 ;)
innounp.iss file (text) give more correct info

tip:
temporary change line:
//Call,OpenDir,%ProjectTemp%\TempExtractFolder\%ProgramFolder%
-->
Call,OpenDir,%ProjectTemp%\TempExtractFolder\%ProgramFolder%

--> open install_script.iss with notepad.



So assume missing from syswow64 and how to add to x64 build??

already replied ;)
Code: [Select]
Set,%PluginArch%,x86
Require_FileQ,sfc.dll
Require_FileQ,sfc_os.dll
//--
Require_FileQ,opengl32.dll
Require_FileQ,glu32.dll
Require_FileQ,dciman32.dll

:turtle:

Re: Kyhi Revisied Plugins
« Reply #84 on: November 08, 2015, 11:18:18 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
kind of a learning curve for me with innounp..
Got the required files now - needed x64 sfc.exe and en-us\sfc.exe.mui

But getting those two dll(s)
need to rename in order to use - iss or what ever does not do it
also there is a {commonappdata} folder that needs to be copied to programData

If you look at tempextractfolder you will see what I need and the issues with the 1,2.dll (2.dll is for x64)

I got it to work in PE with the required Files installed - but had to run the program installer to get the program to work..
So the plugin is not doing something right as far as setting up the needed files or program..

I'll figure out a way to get it as I know the program itself works in PE
« Last Edit: November 08, 2015, 11:20:18 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #85 on: November 09, 2015, 07:04:04 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Got the required files now - needed x64 sfc.exe and en-us\sfc.exe.mui
something like that:
Code: [Select]
//Dependencies
Require_FileQ,sfc.exe
Set,%PluginArch%,x86
Require_FileQ,sfc.dll

need to rename in order to use - iss or what ever does not do it
I feel not required.

also there is a {commonappdata} folder that needs to be copied to programData

Call,TargetAUAppdata
Macro Library - Call - http://theoven.org/index.php?topic=45.0

If you look at tempextractfolder you will see what I need and the issues with the 1,2.dll (2.dll is for x64)
PC Innounp have a mini "TM" button that provides "ready codes" to be used easily,
 copy paste modify you like ;)
  just updated PC Innounp to v48 added some more "ready codes"

ps: PC Innounp autodetects multiarchitecture following .exe name, adds "ready codes for multiarchitecture",
               but on wow64 case it naturally can not ;), that is Secondary reason for TM button  :cool:.

See you on next post...
« Last Edit: November 09, 2015, 07:09:56 AM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #86 on: November 09, 2015, 07:08:11 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Here is what I did:

https://www.dropbox.com/s/lxym3fiqrpsid0n/201511090904_Malwarebytes_Anti-Malware.7z?dl=0

*
I see gui on both Win10PESE x64 and Gena x64  :wink:

*
You can compare and see how I used ready codes from PC Innounp - TM

Rest on your hands, I will follow you.  :thumbsup:
:turtle:

Re: Kyhi Revisied Plugins
« Reply #87 on: November 09, 2015, 01:49:16 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Tested your revisions on Win8.1 x86 and x64
Tested your revisions on Win10 x86 and x64

All working and scans properly..

I would have never figured out the [CopyR] coding..
Believe \ProgramData was the missing link to the program working

Thank You...

« Last Edit: December 28, 2015, 05:34:08 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #88 on: November 09, 2015, 04:56:09 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks KYHI,

Also updated Malware plugins to Yomi with cosmetics things
 (title, plugin link current topic, homepage, etc... version=002 both),
   
 further following you on Malware plugins :thumbsup:

*
also updated reply 81 (and related things)
 http://theoven.org/index.php?topic=1413.msg17630#msg17630
  to ease things, steps of download-after download now 1 ;) (=works out of box as instructed)


:turtle:

Re: Kyhi Revisied Plugins
« Reply #89 on: November 09, 2015, 06:15:09 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
PS
you can also convert from container file type plugin to download type plugin

« Last Edit: December 28, 2015, 05:34:29 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #90 on: November 09, 2015, 06:24:48 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Well it is your plugin ;)

Still, my idea would be:
Adding Provide file option to current plugin.
This way, plugin works out of box.

Ex: Check PartitionGuru Free plugin on Yomi server ;)
« Last Edit: November 09, 2015, 07:21:10 PM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #91 on: November 09, 2015, 09:18:50 PM »

Mikka

  • Code Baker
  • Chef
  • ***
  • Location: Germany
  • Date Registered: May 2012
  • Posts: 256
First off, I'd love to have MBAM working under Win8.1SE again.
KYHI's plugin looks labour-intensive and sophisticated so I decided to give it a go.
I selected "Run from RAM" and used my current test x64 build (with a few activated plugins).

Immediately after launching, mbam.exe threw an error (translated into english):
Quote
The exception "unknown software exception" (0x40000015) has occurred in the application at position 0x7451d6fd.

Hadn't included Dependency Walker in my test build...
I'll make a second attempt with Win8.1SEx86 later on.
« Last Edit: November 09, 2015, 09:22:02 PM by Mikka »

Re: Kyhi Revisied Plugins
« Reply #92 on: November 10, 2015, 06:22:03 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI,

added "ProvideFile" option to plugin,
 so both features supported "out of box working" + "easy updating"   :thumbsup:

  As 3rd feature, if you like you can add "download" button more easily :great:

ps: Will try to add "ProvideFile" feature to PC Packed and PC Innounp later today... ;)



@Mikka

works ok here with Win10PESEx64 "Run from Ram"

:turtle:

Re: Kyhi Revisied Plugins
« Reply #93 on: November 10, 2015, 07:53:53 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
@Mikka

just could time to test,
still works ok here with Win8.1SEx64 "Run from Ram"

:turtle:

Re: Kyhi Revisied Plugins
« Reply #94 on: November 10, 2015, 10:03:24 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I test built x86 and x64 8.1-10
Verify Malwarebytes folder in ProgramData

Re: Kyhi Revisied Plugins
« Reply #95 on: November 11, 2015, 09:57:47 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI

minor fix to Line54 "source check"   :wink:  on server  :thumbsup:

:turtle:

Re: Kyhi Revisied Plugins
« Reply #96 on: November 12, 2015, 11:23:47 PM »

Mikka

  • Code Baker
  • Chef
  • ***
  • Location: Germany
  • Date Registered: May 2012
  • Posts: 256
I did a couple of tests for Win8.1SE x64. Most times it worked now. However, I had to revert to zero (i.e. original Win81SE release)
and do all personal settings again which took me a certain amount of time.

Weirdly, the described error even re-occurred a few times after that; no luck to narrow it down.
All I can say is that depending on the complexity of a new build (= number of activated scripts), the probability of the error increases.

If MBAM runs, it runs great! Kudos to KYHI!

@KYHI One point, though:
I'd like to have the following default configuration when first running MBAM.
I assume that there's just the file settings.conf (within ProgramData\Malwarebytes\Malwarebytes Anti-Malware\Configuration)
that stores these settings. If you happen to know a more general way of changing
the MBAM defaults please let me know.
« Last Edit: November 12, 2015, 11:25:48 PM by Mikka, Reason: Added screenshots »

Re: Kyhi Revisied Plugins
« Reply #97 on: November 13, 2015, 12:08:45 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I run 67 plugins...
you can set the options on your Host
Then attach the file to your plugin, to be extracted by your plugin, into your PE..

Re: Kyhi Revisied Plugins
« Reply #98 on: November 13, 2015, 08:29:16 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
*
and do all personal settings again which took me a certain amount of time.
You can use Utils\Plugin Manager to save your personal settings.

*
Adding personal plugins is quite easy:
http://theoven.org/index.php?topic=1208.0

*
I assume that there's just the file settings.conf (within ProgramData\Malwarebytes\Malwarebytes Anti-Malware\Configuration)
that stores these settings.
\Downloads\Finals_Y\Additional Files Other - Optimization --> Download button + refresh
==>
\Finals_Y\"Additional Files Other - Optimization" plugin  :smile:

You can add any personal appdata settings where there is no such option available (on plugin or anything else).
On Mbam case, TargetAUAppdata  would fit. :wink:

:turtle:

Re: Kyhi Revisied Plugins
« Reply #99 on: November 28, 2015, 12:28:44 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
ShowKeyPlus Version: 1.0.5809 - SuperFly's Change log

Updated to automate finding existing Windows installation(s) - including Windows.old - that have valid key data.

With WinPESE, the first installation found will be displayed.

If more than one previous Windows installation is found, a forward arrow will be displayed to allow navigation to other installations.

History004=Kyhi Updated to v1.0.5809 - kept prior version attachments - edited script to use 1.0.5809

I Sincerely Thank - SUPERFLY
 For the additional development (undertaken at my request) to use this program in PE
« Last Edit: December 28, 2015, 05:35:55 PM by KYHI »

 

Powered by EzPortal