Skip to content

Conversation

@CristiMacovei
Copy link

No description provided.

Signed-off-by: CristiMacovei <nicolae.macovei1412@stud.acs.upb.ro>
Copy link
Member

@razvand razvand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use proper commit message formatting. See instructions here.

Is this a draft PR? A draft PR is one where the author needs to do future work. Is this requiring future work from you?

kernelcache_crypted_absolute=$(readlink -f $kernelcache_crypted)
kernelcache_decrypted_absolute=$(readlink -f $kernelcache_decrypted)

docker run -v $kernelcache_crypted_absolute:/in -v $kernelcache_decrypted_absolute:/out -t ghcr.io/malus-security/xpwn:1.0 /in /out -iv $iv -k $key -decrypt > /dev/null 2>&1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
docker run -v $kernelcache_crypted_absolute:/in -v $kernelcache_decrypted_absolute:/out -t ghcr.io/malus-security/xpwn:1.0 /in /out -iv $iv -k $key -decrypt > /dev/null 2>&1
docker run -v "$kernelcache_crypted_absolute":/in -v "$kernelcache_decrypted_absolute":/out -t ghcr.io/malus-security/xpwn:1.0 /in /out -iv $iv -k $key -decrypt > /dev/null 2>&1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants