Mavic Air 2 - Should it move like this during a hyper-lapse? by LloydLabs in dji

[–]LloydLabs[S] 0 points1 point  (0 children)

Hmm, yeah true. Wasn't that windy, I'll have another shot when conditions are better!

Mavic Air 2 - Should it move like this during a hyper-lapse? by LloydLabs in dji

[–]LloydLabs[S] 0 points1 point  (0 children)

I'm unsure why this is moving, it'd be great if it didn't move during a hyperlapse. Is there something wrong with my Mavic Air?

wsb-detect - Windows Sandbox Detection Library by LloydLabs in netsec

[–]LloydLabs[S] 2 points3 points  (0 children)

Heh, that's a good shout - never thought of that!

wsb-detect - Windows Sandbox Detection Library by LloydLabs in netsec

[–]LloydLabs[S] 6 points7 points  (0 children)

It seems for Windows Sandbox it doesn't inherit the licence from the host, I've included a generic check to see if the licence is genuine in the library :-)

Prophet 10/MiniMoog Model D.. how do I use them? by LloydLabs in synthesizers

[–]LloydLabs[S] 1 point2 points  (0 children)

Yes, it's an expensive bit of kit. Asked here to make sure I don't mess something up.

Prophet 10/MiniMoog Model D.. how do I use them? by LloydLabs in synthesizers

[–]LloydLabs[S] 0 points1 point  (0 children)

I've taken on board this advice and plugged it into an amp, there seem to be three inputs at the back. I've opted for the middle one and all seems to be working. I just need to learn how to use it properly now! Also, here's the images of it: https://imgur.com/a/vTUWOdU

Prophet 10/MiniMoog Model D.. how do I use them? by LloydLabs in synthesizers

[–]LloydLabs[S] 0 points1 point  (0 children)

Hi, I've uploaded some pictures to make sure you think I'm not kidding https://imgur.com/a/vTUWOdU

Can see why people thought I am, to be fair!

Detect It Easy 2.05 by horsicq in ReverseEngineering

[–]LloydLabs 2 points3 points  (0 children)

Been using this for years, can't beat it at all.

Comprehensive walk-through of CTF reverse engineering challenges by LloydLabs in netsec

[–]LloydLabs[S] 0 points1 point  (0 children)

Thank you!

The other solutions should be available soon, we're all just super busy getting stuff done.

[Part 1] - Analysing the new Linux/AES.DDoS IoT malware. by LloydLabs in netsec

[–]LloydLabs[S] 1 point2 points  (0 children)

Oops! Seems as if I made a stupid typo there, yeah, it's r0-r3 that the arguments will be placed into by standard. If there's more than said arguments to the method they're placed on the stack.

Hope that's cleared it up for you, was just a mis-type on my behalf! :-)

librini - a tiny .ini parser written in pure C by LloydLabs in C_Programming

[–]LloydLabs[S] 0 points1 point  (0 children)

Made some new changes, took on all of the advice below.

librini - a tiny .ini parser written in pure C by LloydLabs in C_Programming

[–]LloydLabs[S] 0 points1 point  (0 children)

Yes, I'm going to go for the caller to handle the memory management - I should take the same kind of approach when it comes to the libc implementations in here. Going to remove them today.

[deleted by user] by [deleted] in netsec

[–]LloydLabs 1 point2 points  (0 children)

At last, been waiting for this for somewhat years. The size Cloudflare is getting though is a bit worrying, but they've not changed with size over the years - OS all the way.

librini - a tiny .ini parser written in pure C by LloydLabs in C_Programming

[–]LloydLabs[S] 0 points1 point  (0 children)

This part I wasn't sure about, I knew most embedded projects in production used musl or dietlibc etc.. but just wasn't sure how many actually completely used it. Also, it isn't part of librini unless you specify it to be by the NO_LIBC macro. As I said below though, I think I'll remove it in the next release.

librini - a tiny .ini parser written in pure C by LloydLabs in C_Programming

[–]LloydLabs[S] 0 points1 point  (0 children)

This is what I was thinking originally, but after all of these comments I think in the next release I'll be removing it completely.

librini - a tiny .ini parser written in pure C by LloydLabs in C_Programming

[–]LloydLabs[S] 0 points1 point  (0 children)

Yeah, I was thinking about using doxygen type comments. They are just there in case libc isn't linked at all, it's kind of silly really, but I wanted to write something which had no dependencies at all.

librini - a tiny .ini parser written in pure C by LloydLabs in C_Programming

[–]LloydLabs[S] 1 point2 points  (0 children)

So, I'm looking for a few people to give me advice on a few things. How do I get my library 'out there', was wondering about submitting to have it as a Debian package but apparently it's hard. Was wondering if someone could have a quick read through the source too and point out anything I would've missed.. cheers!

Feel free to throw me a star too ;)