Page 3 of 3

Re: PELoad

Posted: Fri May 08, 2020 1:17 am
by rgimad
KWINE v0.0.3

into msvcrt.dll added:
- putchar
- strchr
- strrchr
- strcpy
- strncpy
- memset
- memcpy
- memcmp
- time
- mktime
- localtime
- difftime
- srand
- rand

new samples
- rnd_arr1.exe
- string2.exe

исходники на svn, релиз прикрепляю

Re: PELoad

Posted: Sat Oct 17, 2020 9:06 am
by maxcodehack
Sample 'test2.exe' is not working:

Code: Select all

Not found function: scanf in msvcrt.dll
Windows version of TCC (I know about port TCC for KOS) isn't working too:

Code: Select all

Error load library:
But it does not say which library is not loaded!
Also other samples are working

Re: PELoad

Posted: Sat Oct 17, 2020 2:24 pm
by rgimad
maxcodehack wrote:Sample 'test2.exe' is not working:

Code: Select all

Not found function: scanf in msvcrt.dll
Yes, scanf is unimplemented, so it doesn't work
Windows version of TCC (I know about port TCC for KOS) isn't working too:

Code: Select all

Error load library:
Look at the import table of this exe, afair there are about hundred function from many dlls, kwine has only kernel32.dll and msvcrt.dll, for any different dlls it will give such error

Re: PELoad

Posted: Sun Nov 29, 2020 12:51 pm
by AgentM
PEload входит в сборку?

Re: PELoad

Posted: Sun Nov 29, 2020 1:22 pm
by rgimad
AgentM wrote:PEload входит в сборку?
На форуме cantorsys еще летом 0Coderr выкладывал новую версию Peload, я ее добавил в дистрибутив KolibriOS-DE (https://github.com/turbocat2001/KolibriOS-DE) , в новом релизе ISO он уже будет.

Re: PELoad

Posted: Fri Dec 04, 2020 3:16 am
by AgentM
rgimad wrote:
AgentM wrote:PEload входит в сборку?
На форуме cantorsys еще летом 0Coderr выкладывал новую версию Peload, я ее добавил в дистрибутив KolibriOS-DE (https://github.com/turbocat2001/KolibriOS-DE) , в новом релизе ISO он уже будет.
Ну и где Peload можно скачать? Или где iso образ с этим приложением можно скачать?

Re: PELoad

Posted: Fri Dec 04, 2020 8:55 am
by maxcodehack
На гитхабе есть вкладка релизы

Re: PELoad

Posted: Sat Dec 05, 2020 7:14 pm
by Freeman
Тема PELoad на форуме Delphi SDK.