mythemeria

Results 7 comments of mythemeria

Hi, in the above screenshot, I am not writing code, I am using VS code to make it easier to understand decompiled output from IDA. This involves a lot of...

I have disabled everything that says it modifies the file on save but it still does it.

Here is an example of the code changes. I have this snippet taken from an example I found online: ```go package db import ( "database/sql" "github.com/lib/pq" "github.com/golang-migrate/migrate/v4" "github.com/golang-migrate/migrate/v4/database/postgres" "github.com/golang-migrate/migrate/v4/source/file" )...

> When I test your example (the second version), the packages are not removed even though I don't have them installed. Of course, if those packages aren't referenced then the...

From a user perspective, this behaves like a bug: the script fails when given a valid and common directory name. Most modern build systems either escape or quote paths to...

Like I said I am not super familiar with the tool so I'm not confident to not break something. But maybe at some point in the future when I've used...

I would rather lose the system than get compromised tbqh. Making the recovery code also give you access to the API sounds kind of not good to me. Two factor...