Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Windows 10 Creators Update (https://forum.exetools.com/showthread.php?t=18200)

chants 04-07-2017 02:19

Windows 10 Creators Update
 
Just curious from the RE side.

Does anyone have any experience working with Windows Subsystem for Linux?

Anyone actually have a HoloLens or good augmented reality toys to play with?

Anyone squeezed any extra noticeable frames per second (FPS) out of this new update?

Microsoft's total focus change towards Linux/Android and now gaming and virtual reality is really quite an interesting shift. Any other thoughts or comments?

TechLord 04-07-2017 03:00

Quote:

Originally Posted by chants (Post 108973)
Just curious from the RE side.

Does anyone have any experience working with Windows Subsystem for Linux?

...

Microsoft's total focus change towards Linux/Android and now gaming and virtual reality is really quite an interesting shift. Any other thoughts or comments?

Its really at a very early stage of development and most of the time the WSL crashes very frequently :)

That was why I decided to put on hold for the time being.

However I do have hope that it would be made stable very soon.

Cheers

evlncrn8 04-07-2017 19:15

wsl worked fine for me, its decent for standard dev stuff like compiling etc, but some things microsoft did restrict, so for a build system etc, now you dont need a vm or whatnot to cross compile, or to do (basic) tests

TechLord 04-08-2017 01:34

Yes, as I said, its good for the very basic stuff only.

For anything even slightly more advanced, I'd just boot up from a LIVE Linux OS USB/DVD and use :) - without even the need for a VM.

chants 04-10-2017 04:08

Quote:

The Ubuntu version installed originally after the Anniversary Update was Ubuntu 14.04 "Trusty Tahr". It was updated to Ubuntu 16.04 "Xenial Xerus" in the Creators Update.
Might be worth giving it another spin since they continue work on it though they note:

Quote:

Microsoft envisages WSL as "primarily a tool for developers – especially web developers and those who work on or with open source projects."

Mkz 04-11-2017 19:16

For me, the 2 main limitations it currently has are:

- Not possible to pipe between Lxss and non-Lxss processes, or even between them unless triggered from within the Bash console itself:

Code:

C:\>bash -c 'ls -l /mnt/c' | bash -c 'less'
Error: 0x80070057

C:\>dir C:\ | bash -c 'less'
Error: 0x80070057

- Tools such as ProcessExplorer are basically unable to inspect anything about the spawned processes under Bash (pico processes, I think).
The whole "Bash" installation is under %LOCALAPPDATA%\Lxss\ but PE shows the running pid and process names and not much more. I believe Process Hacker has slightly more info but still extremely limited, as the kernel itself doesn't provide the info.

For these reasons, when using Windows I mostly rely on Cygwin for the linux mixed-world stuff, as interoperability is far greater at least for the time being. And of course a full blown Ubuntu or CentOS for native environment when needed.


All times are GMT +8. The time now is 13:43.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX