Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Julio-Guerra
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Cyberpunk 2077 removed from PS Store and refunded
(twitter.com)
54 points
by
Julio-Guerra
6y ago
|
57 comments
2.
▲
AppSec for Go
(blog.sqreen.com)
1 points
by
Julio-Guerra
6y ago
|
0 comments
3.
▲
Application Security for Go
(github.com)
2 points
by
Julio-Guerra
6y ago
|
0 comments
4.
▲
Application Security Monitoring for Gin
(github.com)
1 points
by
Julio-Guerra
6y ago
|
0 comments
5.
▲
Sqreen for Go now protects against SQLi, SHi, LFI and SSRF
(github.com)
3 points
by
Julio-Guerra
6y ago
|
0 comments
6.
▲
by
Julio-Guerra
6y ago
We haven't modified the compiler but instead plugged into it an external instrumentation tool using the compiler option `-toolexec`. With this option, the compiler invokes every toolchain binary (compile, asm, link, etc.) through the p
7.
▲
by
Julio-Guerra
6y ago
Something to note here is that everything is known and done statically in the source code. This could be addressed through metaprogramming if only the Go language had some ^^ We have similar needs at Sqreen but for security monitoring and p
8.
▲
Dynamic Go Instrumentation (Part I)
(blog.sqreen.io)
3 points
by
Julio-Guerra
6y ago
|
0 comments
9.
▲
Building a Dynamic Instrumentation Agent for Go
(blog.sqreen.com)
3 points
by
Julio-Guerra
6y ago
|
0 comments
10.
▲
by
Julio-Guerra
10y ago
It seems to be nothing more than https://web.whatsapp.com/ in a web view. So I can't really see interest.
11.
▲
Firmware Test Results of Apple's MacBook Pro 13“ Late 2015
(github.com)
4 points
by
Julio-Guerra
11y ago
|
0 comments
12.
▲
by
Julio-Guerra
11y ago
Done. I released a tool helping to contribute. It tries to store the results according to the BIOS Information Table in the logs. The new storage rule tries to be "deterministic".
13.
▲
by
Julio-Guerra
11y ago
I released a tool helping to contribute. It tries to store the results according to the BIOS Information Table in the logs. The new storage rule tries to be "deterministic".
14.
▲
by
Julio-Guerra
11y ago
I updated the README to include your comments. Thanks for the feedback.
15.
▲
by
Julio-Guerra
11y ago
I ran FWTS from its live image which does everything automatically, you don't have to do anything but wait for the results. I'll had some explanations.
16.
▲
Test your BIOS and share your results on GitHub
(github.com)
157 points
by
Julio-Guerra
11y ago
|
17 comments
17.
▲
by
Julio-Guerra
11y ago
cmake does not really offer the declarative interface I want (i.e. descriptions of components). It is still "low-level" and I would have to write cmake macros too. So I preferred native gnu make. Adding another tool on top of Make
18.
▲
by
Julio-Guerra
11y ago
Over the last few years, I wrote a GNU Make library to make people able to write Makefiles in a very declarative way to help everyone in my company, me included, with this serious problem. I tried to make it as simple as possible using simp
19.
▲
by
Julio-Guerra
11y ago
why aren't they sponsored by google nor facebook...? isn't it the only way today to support "open internet" ?
20.
▲
by
Julio-Guerra
12y ago
I just embedded it on a PowerPC P2020DS processor as a baremetal program (using the newlib and by stubbing the syscalls) and it works, I get a baremetal javascript interpreter ;)