Frederico Emanuel

Results 12 comments of Frederico Emanuel

Same, but my error is different: 2022/02/19 17:00:45 [ERROR] trace: Failed to update baggage restrictions: Get "http://localhost:5778/baggageRestrictions?service=dev-portal": dial tcp [::1]:5778: connect: connection refused

```yaml apiVersion: v1 kind: ConfigMap metadata: name: postgres-pod-config-custom-env namespace: default data: ALLOW_NOSSL: "true" ``` helm-values (check "pod_environment_configmap"): ```yaml configKubernetes: cluster_name_label: kubernetes-prod pod_environment_configmap: default/postgres-pod-config-custom-env custom_pod_annotations: linkerd.io/inject: enabled ```

Hi @asoorm, Thank you for your response. I will mount a file with the policy then. Seems the best thing to do (and only). Thank you

@xiaoyong-z Unfortunately no :/ How are you using it? With IDA in TUI mode, just like me?

Thank you for the response. I cloned the updated master branch and built the docker image. (Before this step i deleted all my docker images). Still, it is giving me...

Makes sense then :) I tried with LLVM 9 and LLVM 10 versions from docker hub and it worked perfectly. Thank you. But i have another problem. Which is when...

Thank you, I will test it until the end of tomorrow. I can't use the docker to build it right? Because of the problems you listed above

@ekilmer In the docker image trailofbits/mcsema:llvm11-ubuntu20.04-amd64, iIinstalled wine to be able to run IDA Pro with python from windows (I have IDA Pro for windows). When I ran IDA Pro...

@pgoodman Any news on the execution of KLEE?

@Brubbish Can you try and change WINEPREFIX=/home/bruce/.wine to WINEPREFIX=/home/bruce/.wine64 ? And also try to remove the --rebase argument